This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
AW: Error: C++ Exception Handling on AIX 4.3 with gcc 3.0.1
- From: "Rene Wutschitz" <Rene dot Wutschitz at invaris dot com>
- To: "David Edelsohn" <dje at watson dot ibm dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 4 Sep 2002 13:44:19 +0200
- Subject: AW: Error: C++ Exception Handling on AIX 4.3 with gcc 3.0.1
>-----Ursprüngliche Nachricht-----
>Von: David Edelsohn [mailto:dje@watson.ibm.com]
>Gesendet: Dienstag, 03. September 2002 16:57
>An: Rene Wutschitz
>Cc: gcc@gcc.gnu.org
>Betreff: 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
I have installed GCC 3.2, but there is the same problem.
René