This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18674] [3.4/4.0 Regression] G++ accepts bad elaborated type specifiers
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2004 02:45:59 -0000
- Subject: [Bug c++/18674] [3.4/4.0 Regression] G++ accepts bad elaborated type specifiers
- References: <20041125141837.18674.valentin@lrde.epita.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 02:45 -------
This came in with the two pass namelookup. The problem I think is that we don't mark a as only
accepting enums so we don't get an error but I could be wrong.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18674