This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8963: [3.2/3.3 regression] [ABI] The same template instance is mangled with 2 different names
- From: lerdsuwa at gcc dot gnu 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: 25 Dec 2002 09:12:40 -0000
- Subject: Re: c++/8963: [3.2/3.3 regression] [ABI] The same template instance is mangled with 2 different names
- Reply-to: lerdsuwa at gcc dot gnu 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: [3.2/3.3 regression] [ABI] The same template instance is mangled with 2 different names
State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Wed Dec 25 01:12:39 2002
State-Changed-Why:
The code is ill-formed according to 14.5.5.1 p7,8. A compiler is not required to be able to figure out that
thing<(signed char)(thirty)> is equivalent to
thing<(unsigned char)(thirty)>
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8963