Bug#228099: g++-3.3: exception in constructor of a class to be thrown is not caught

2004-01-25 Thread Matthias Klose
Alexander Motzkau writes: > Package: g++-3.3 > Version: 1:3.3.2-4 > Severity: normal > > Hi there, > > Running the following code compiled with 'g++-3.3 testex.cc' > results in a SIGABRT. I see no reason why this should happen. > With g++ 3.2 it works, i.e. the exception 1 in A() is caught > by t

Bug#228099: g++-3.3: exception in constructor of a class to be thrown is not caught

2004-01-16 Thread Alexander Motzkau
Package: g++-3.3 Version: 1:3.3.2-4 Severity: normal Hi there, Running the following code compiled with 'g++-3.3 testex.cc' results in a SIGABRT. I see no reason why this should happen. With g++ 3.2 it works, i.e. the exception 1 in A() is caught by the try-block. # 1 "testex.cc" # 1 "" # 1 ""