When compiling with g++ -fprofile-arcs -ftest-coverage ... I got the following segmentation fault: /temp/..../TypeDictionary.C: In function (static destructors for /temp/..../TypeDictionary.C): /temp/..../TypeDictionary.C:315: internal compiler error: Segmentation fault
Taking a look at the file shows us that the file has only 313 lines, so this is a little bit confusing. Without the profile and coverage options the build works fine. Also with g++ 3.3.6 this build works fine. -- Summary: internal compiler error: Segmentation fault Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: patrick dot pastoor at onespin-solutions dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32316