This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
In fact, I consider all diagnostic outputs other than "internal error", "out of memory", etc. from anything other than the front end to be bugs. :-)
I assume you also mean to exclude warnings here, right? Undefined variables are best detected by the middle-end, for example.
Another example are incorrect asm statements: the front end shouldn't be in the business of validating them.
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |