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 target/28586] thowing exception before main() leads to crash on AIX


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc-aix                 |powerpc-ibm-aix
   Last reconfirmed|2006-08-03 18:48:29         |2012-12-10 18:48:29
               Host|                            |powerpc-ibm-aix
              Build|                            |powerpc-ibm-aix

--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> 2012-12-10 17:17:07 UTC ---
This probably is related to static constructors of dependent libraries not
running before constructors in the application because it is trying to throw an
exception from a static constructor.


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