--- 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.
--- 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
--- 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