This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Error: C++ Exception Handling on AIX 4.3 with gcc 3.0.1
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Rene Wutschitz" <Rene dot Wutschitz at invaris dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 03 Sep 2002 10:57:16 -0400
- Subject: Re: Error: C++ Exception Handling on AIX 4.3 with gcc 3.0.1
>>>>> Rene Wutschitz writes:
> I tried to translate a Windows C++ Program to an AIX Server (4.3).
> Therefore i used the gcc 3.0.1.
> After the Compilation i started the Program.
> If an Exception (try, throw, catch) is thrown, i always get the=20
> Error Message:
> IOT/Abort trap (core dumped)
> On other Unix Server, the C++ Exception Handling is working well.
GCC 3.2 is the current, recommend GCC release. GCC 3.1 and GCC
3.2 provide better AIX functionality -- especially C++ exception handling.
David