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)
Created attachment 9321 [details] preprocessed source
I think this is a dup of bug 22514. One thing that makes me think it is a dup of that bug is that the dates match up to the dates in that bug.
*** This bug has been marked as a duplicate of 22514 ***