This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13316] g++ does not follow mangling ABI for pointer to qualified member function
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jan 2004 21:19:21 -0000
- Subject: [Bug c++/13316] g++ does not follow mangling ABI for pointer to qualified member function
- References: <20031205150837.13316.ian@airs.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dberlin at gcc dot gnu dot org 2004-01-11 21:19 -------
ICC 6, 7, 7.1, and 8.0 produce
00000000 T _Z1rM1GFivEMS_KFivES_M1HFivES1_4whatIKS_E5what2IS8_ES3_
IE the same as gcc.
Thus, if we changed gcc to be "correct", we'd actually *break* compatibility with at least one other
compiler.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13316