This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16093] Bad error messages for missing declarations.
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jan 2012 01:31:39 +0000
- Subject: [Bug c++/16093] Bad error messages for missing declarations.
- Auto-submitted: auto-generated
- References: <bug-16093-4@http.gcc.gnu.org/bugzilla/>
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