This is the mail archive of the gcc-bugs@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]

[Bug c/20385] Lame parse error message for undefined type


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20385

--- Comment #7 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2010-11-15 16:10:31 UTC ---
And what about the undefined return type?

unknowntype f() { return 0; }
unknowntype *f() { return 0; }


If you fix this bug once and for all, please mention it in
gcc-4.6/changes.html, because this is a very significant improvement!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]