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]

Re: c++/8964: 2 different templates mangled with the same name


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


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