Bugzilla – Bug 132994
g++ internal compiler error: Segmentation fault on std::map::insert
Last modified: 2007-07-27 06:52:31 UTC
g++ reports an internal compilation error on std::map::insert and segfaults. Reduced test code and preprocessor output will be attached to this bug report. Installed gcc is gcc-4.0.2_20050901-3
Created attachment 56822 [details] minimal test code, no external header files needed
Created attachment 56823 [details] preprocessor output
gcc41-4.1.2_20061115-5 gives this (correct) error message: bug-132994_bug.cpp: In member function ‘void something::matrices(std::string, double)’: bug-132994_bug.cpp:30: error: using ‘typename’ outside of template I guess that was the place were gcc 4.0 threw an ICE, so this bug is fixed.