When I compile one of our files with the actual snapshot of gcc41 I get an ICE.
The last snapshot which works is gcc-4.1-20050604, the first that fails is gcc-4.1-20050611 Michael Cieslinski g++41g -g -c -o AutoFocus.o AutoFocus.ii AutoFocus.ii:32394: error: 'CompressDefault' was not declared in this scope AutoFocus.ii:32395: error: 'CompressDefault' was not declared in this scope AutoFocus.ii: In instantiation of 'std::list<BasicLoggerOutput*, std::allocator<BasicLoggerOutput*> >': AutoFocus.ii:33244: instantiated from here AutoFocus.ii:27629: internal compiler error: in force_decl_die, at dwarf2out.c:12621 Please submit a full bug report, with preprocessed source if appropriate. g++41g -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.1-20050716/configure --prefix=/usr/local/gcc41g -- program-suffix=41g --with-arch=opteron --enable-languages=c,c++ --enable- checking Thread model: posix gcc version 4.1.0 20050716 (experimental) -- Summary: ICE in force_decl_die, at dwarf2out.c:12621 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: micis at gmx dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22593