This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8964: 2 different templates mangled with the same name
- From: bangerth at dealii dot org
- To: catherin at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 16 Dec 2002 20:29:07 -0000
- Subject: Re: c++/8964: 2 different templates mangled with the same name
- Reply-to: bangerth at dealii dot org, catherin at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: 2 different templates mangled with the same name
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Dec 16 12:29:06 2002
State-Changed-Why:
This is already fixed in 3.3pre:
tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc
tmp/g> nm x.o | /home/bangerth/bin/gcc-3.2/bin/c++filt
00000000 W void foo<A>(XX<int, (int)3>::X)
00000000 W void foo<A>(XX<int, (int)4>::X)
U __gxx_personality_v0
00000000 T main
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8964