[Bug c++/12879] [3.4 Regression] double error message when using incomplete types in a struct

2005-04-12 Thread cmchugh at callixa dot com
--- Additional Comments From cmchugh at callixa dot com 2005-04-13 00:56 --- Broken in 3.4.3 on AIX 5.2; $ cat x.cpp struct Exception { static void raise () throw (Exception){ throw Exception(); } }; $ g++ x.cpp x.cpp:2: error: invalid use of undefined type `struct Exception' x.

[Bug target/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2005-04-12 Thread cmchugh at callixa dot com
--- Additional Comments From cmchugh at callixa dot com 2005-04-13 00:41 --- If I compile and link the example in my last comment (shown below) with -pthread, it will always run. If I don't it will always core dump. This is with g++ 3.4.3 on AIX 5.2. Does anyone know if the

[Bug target/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2005-04-08 Thread cmchugh at callixa dot com
--- Additional Comments From cmchugh at callixa dot com 2005-04-08 20:18 --- I downloaded and built 3.4.3 on AIX 5.2, and this bug does still exist; I tried the following program (scarfed from 13391) and it crashes every time. Is there any resolution/fix ? bluetrance:13391$ more a2