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 complex class A { public: A() {} }; int main() { std::complexdouble bla(bla); A blubb(blubb); } This bug also affects g++-3.4.

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,