This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8928: gcc fails to reject an ill-formed specialization of a typedef
- From: reichelt at igpm dot rwth-aachen dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, sebor at roguewave dot com
- Date: 12 Jan 2003 23:53:07 -0000
- Subject: Re: c++/8928: gcc fails to reject an ill-formed specialization of a typedef
- Reply-to: reichelt at igpm dot rwth-aachen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, sebor at roguewave dot com, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc fails to reject an ill-formed specialization of a typedef
State-Changed-From-To: analyzed->closed
State-Changed-By: reichelt
State-Changed-When: Sun Jan 12 15:53:07 2003
State-Changed-Why:
The bug is fixed in gcc 3.4-20021230 with the new parser.
We now get the following error message:
PR8928.cc:8: error: expected unqualified-id
PR8928.cc:8: error: expected `,' or `;'
(Testcase in preparation.)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8928