Bug#357944: g++-4.0: g++ compiles invalid code for object instantiation like "MyClass obj(obj); "

2006-03-20 Thread Michael Weitzel
Package: g++-4.0 Version: 4.0.3-1 Severity: normal g++ compiles the following wrong C++ code without complaining: #include class A { public: A() {} }; int main() { std::complex bla(bla); A blubb(blubb); } This bug also affects g++-3.4. g++-3.3 correctly c

Bug#234711: g++-3.3: internal compiler error in final.c:2117 when compiling a huge source file

2004-02-25 Thread Michael Weitzel
Package: g++-3.3 Version: 1:3.3.3-0pre4 Severity: important Hi, g++ - compiler crashes when compiling a huge (>30 MB), auto-generated source file (differential equation system). The reported error message was: DynamicSystem_PPP_realPool.cxx:530334: internal compiler error: in final_scan_insn,

Bug#200011: g++/g++-3.0 segfaults when mixing __complex__-syntax and std::complex by mistake

2003-07-04 Thread Michael Weitzel
mixing types and syntax was my fault, the compiler should not crash with a segmentation fault. Thanks! -- Michael Weitzel ... all work and no play makes Jack a dull boy ...