This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12979] Possible ABI violation.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Nov 2003 18:38:50 -0000
- Subject: [Bug c++/12979] Possible ABI violation.
- References: <20031109164138.12979.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-09 18:38 -------
In the mainline (20031109) using -fabi-version=2, I get this on powerpc-apple-
darwin7.0.0:
_Z1fILi5EEvN1AIXcvimlT_Ld406bd00000000000EEE1qE
Or on i686-pc-linux-gnu:
_Z1fILi5EEvN1AIXcvimlT_Ld406bd00000000000EEE1qE
Is this an okay string, there was another PR about this and it is PR 8861 which was fixed
for the new abi-version so this is a dup of bug 8861.
I notice you are using 3.4 but when it comes to ABI violates you should try -fabi-version=0
first.
*** This bug has been marked as a duplicate of 8861 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12979