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

2004-01-16 Thread Alexander Motzkau
.cc" # 1 "" # 1 "" # 1 "testex.cc" class A { public: A() {throw(1);} }; int main(int argc, char *argv) { try { throw A(); } catch(...) { } } Regards, Alexander Motzkau -- System Information: Debian Release:

Bug#227518: g++-3.3: Doesn't find inherited inner class after template instantiation

2004-01-13 Thread Alexander Motzkau
32: error: `X' undeclared (first use this function) test.cc:32: error: (Each undeclared identifier is reported only once for each function it appears in.) The code above is the shortest showing this error I could come up with. Regards, Alexander Motzkau -- System Information: D