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++/10771] [3.4 regression] Unreadable error message for illegal specialization


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gdr at gcc dot gnu dot org  2003-08-29 07:29 -------
The diagnostic is clearly bogus since a template-id is an unqualified-id.
We should error saying that we were expecting an identifier.  Looking at the
code that issue that diagnostic, it looks like something weird is going on.

Investigating.

-- Gaby


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