This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/6828: g++3 makes wrong mangled name for template cast operator
- From: Kriang Lerdsuwanakij <lerdsuwa at users dot sourceforge dot net>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 29 Jul 2002 14:06:02 -0000
- Subject: Re: c++/6828: g++3 makes wrong mangled name for template cast operator
- Reply-to: Kriang Lerdsuwanakij <lerdsuwa at users dot sourceforge dot net>
The following reply was made to PR c++/6828; it has been noted by GNATS.
From: Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
To: Grigory_Zagorodnev@vniief.ims.intel.com, gcc-gnats@gcc.gnu.org,
gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:
Subject: Re: c++/6828: g++3 makes wrong mangled name for template cast operator
Date: Mon, 29 Jul 2002 21:05:03 +0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6828
The reason the fix didn't get into GCC 3.1.1 is that the
changed name mangling break ABI compatibility. But the fix
will appear in the soon to be released GCC 3.2. GCC 3.2 is
GCC 3.1.1 with extra bug fixes that provide no backward
binary compatibility.