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++/46400] New: g++ Segmentation Fault on heavily templated project.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400

           Summary: g++ Segmentation Fault on heavily templated project.
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: m.strashun@gmail.com


[mist@fog h2d2]$ g++ -Wfatal-errors test_case.cpp 
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Attached file is generated from project with heavy Boost::Spirit2 usage ( C99
grammar parsing with AST building ). It definetely has a lot of template usage
errors in state that was attempted to compile, but can't say anything more -
g++ just crashed.

System: Arch Linux i686


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