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++/16093] Bad error messages for missing declarations.


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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-20 01:31:39 UTC ---
In all three cases on the trunk we get:
t.cc:7:1: error: âvarâ in namespace ânâ does not name a type
t.cc:8:1: error: âfooâ in namespace ânâ does not name a type
t.cc:9:1: error: âbarâ in namespace ânâ does not name a type


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