This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32316] New: internal compiler error: Segmentation fault


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]