Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • might help with what? If it is a compiler bug - so what? Commented Sep 26, 2011 at 8:04
  • 2
    @littleadv, if it is a compiler bug, you can either try to fix it (or just report it properly, in full detail), or you can find out how to avoid it in future, if you're doomed to keep using this version of your compiler for a while. If it's something with your own code, one of the numerous C++-ish borderline issues, this kind of scrutiny also helps in fixing a bug and avoiding its kind in future. Commented Sep 26, 2011 at 8:07
  • So as I said in my answer - other than reporting, there's no much difference in treatment, regardless of whose fault it is. Commented Sep 26, 2011 at 8:09
  • 3
    @littleadv, without understanding the nature of a problem you're likely to face it again and again. And there is often a possibility to fix a compiler on your own. And, yes, it is not "unlikely" at all to find a bug in a C++ compiler, unfortunately. Commented Sep 26, 2011 at 8:12