This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31267] #'typename_type' not supported by dump_decl#<declaration error>
- From: "gdr at cs dot tamu dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2007 15:29:07 -0000
- Subject: [Bug c++/31267] #'typename_type' not supported by dump_decl#<declaration error>
- References: <bug-31267-7904@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from gdr at cs dot tamu dot edu 2007-03-22 15:29 -------
Subject: Re: #'typename_type' not supported by dump_decl#<declaration error>
"guillaume dot melquiond at ens-lyon dot fr" <gcc-bugzilla@gcc.gnu.org> writes:
| I just encountered another instance of a missing typename diagnostic. This
time
| with a different message, so I add it here for completeness:
|
| a.cpp:5: error: dependent-name Â?T::#Â?typename_typeÂ? not supported by
| pp_cxx_unqualified_id#::DÂ? is parsed as a non-type, but instantiation yields
a
| type
| a.cpp:5: note: say Â?typename T::#Â?typename_typeÂ? not supported by
| pp_cxx_unqualified_id#::DÂ? if a type is meant
I have a fix for this one.
It is not the same issue as your original report.
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31267