[Bug c++/50828] class template parameter not printed for member function template in candidate list

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Sat Oct 22 23:39:00 GMT 2011


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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-22 23:39:06 UTC ---
Indeed.

The difference between the two is in flags (primary is true for both of
course): due to the '| TFF_TEMPLATE_NAME' # error.c:1214 in dump_template_decl.
The fact is, toward the end of dump_template_decl there are quite a few of '|
TFF_TEMPLATE_NAME' and before trying removing one we should make sense of the
others.



More information about the Gcc-bugs mailing list