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 lto/50747] New: [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435


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

             Bug #: 50747
           Summary: [4.7 Regression] ICE in produce_symtab, at
                    lto-streamer-out.c:1435
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: markus@trippelsdorf.de


While I was trying to build gcc with -fno-fat-lto-objects I hit this ICE:

../../../../gcc/libstdc++-v3/src/complex_io.cc:92:1: internal compiler error:
in produce_symtab, at lto-streamer-out.c:1435

Reduced testcase is attached.

 % g++ -fno-implicit-templates -w -fpermissive -flto test.ii
test.ii:108:23: internal compiler error: in produce_symtab, at
lto-streamer-out.c:1435
Please submit a full bug report,
with preprocessed source if appropriate.


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