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++/50685] Compiler segmentation fault on AIX when constructors and destructors are implemented in the implementation file (non-inline).


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50685

--- Comment #5 from David Edelsohn <dje at gcc dot gnu.org> 2011-10-10 19:00:22 UTC ---
AIX 5.3 TL10 (as well as AIX 6.1 TL05 and AIX 7.1 TL00) instroduced AIX
assembler changes with some bugs.  An AIX iFix for AIX 5.3 is available (APAR
IZ98385 for AIX 5.3 TL10, APAR IZ98477 for AIX 5.3 TL11 and IZ98134 for AIX 5.3
TL12).  I know the assembler fixes address another bug with the assembler
generating corrupt object files, but I do not know if it fixes this bug of the
assembler crashing.

This is an AIX bug and you need to contact AIX Customer Support.


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