re PR c++/4361 (bogus ambiguity taking the address of a member template)
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 20 Mar 2002 23:09:00 +0000 (23:09 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 20 Mar 2002 23:09:00 +0000 (23:09 +0000)
commit8c152bad172993de682af91636b5ae70eb83149d
treec52d88a300a436b981cc3d6059ec85d568e3a82f
parent852b81bbe00b28c8a472c148c8fc84f6ecee9c3b
re PR c++/4361 (bogus ambiguity taking the address of a member template)

cp:
PR c++/4361
* mangle.c (struct globals) Add internal_mangling_p member.
(write_template_param): Do internal mangling, if needed.
(mangle_conv_op_name_for_type): Request internal mangling.

From-SVN: r51098
gcc/cp/ChangeLog
gcc/cp/mangle.c