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

             Bug #: 50872
           Summary: internal compiler error: in inline_small_functions, at
                    ipa-inline.c:1413
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: ca...@cs.stanford.edu


Created attachment 25615
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25615
Program that causes g++ to ICE.

Command: /home/cas43/new-gcc/inst/bin/g++ prog.cpp -c -O3

Compiler output:

prog.cpp:108:24: internal compiler error: in inline_small_functions, at
ipa-inline.c:1413
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Looks like it could be the same as Bug ID 50823, based on the flags and
location of the fault.

Compiler version:

Using built-in specs.
COLLECT_GCC=/home/cas43/new-gcc/inst/bin/g++
COLLECT_LTO_WRAPPER=/home/cas43/new-gcc/inst/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../current-gcc/configure --prefix=/home/cas43/new-gcc/inst
Thread model: posix
gcc version 4.7.0 20111024 (experimental) (GCC)

Reply via email to