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]

[Bug c++/12979] Possible ABI violation.


------- 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


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