public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 3.2 for AIX 4.3: C++ Exceptions
@ 2002-09-04  5:17 Daniel.Weidner
  0 siblings, 0 replies; only message in thread
From: Daniel.Weidner @ 2002-09-04  5:17 UTC (permalink / raw)
  To: gcc-help

Hi,

Does anyone know how to make C++ exceptions work with gcc 3.2 on AIX.
I downloaded the binary distribution of gcc 3.2 for AIX 4.3 at
http://aixpdslib.seas.ucla.edu/packages/gcc.html
and it seems to call the abort() function as soon as an exception is thrown.

Example: the following program should be running without "IOTAbort..."

int main() 
{ 
    try 
    { 
        throw 0; 
    } 
    catch (...) 
    { 
    } 
} 

I think that the problem could be specific to my local AIX installation, but
as I'm neither gcc- nor AIX-guru I don't know how to tweak it right :-(

So if You are a gcc or AIX expert, I need Your advice, please!

Cheers, Daniel.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-04 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-04  5:17 gcc 3.2 for AIX 4.3: C++ Exceptions Daniel.Weidner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).