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

             Bug #: 54409
           Summary: internal compiler error: in remap_predicate, at
                    ipa-inline-analysis.c:2710
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: j...@meyering.net


I happened to have the latest gcc in my shell's search path
when testing a linux kernel change, and fs/cifs/connect.c provoked
this internal error:

the exact version of GCC: gcc version 4.8.0 20120829 (experimental) (GCC)
the system type: x86_64 (Fedora 17)
the options given when GCC was configured/built:
    CC=/usr/bin/gcc $srcdir/configure --prefix=$prefix --disable-multilib \
       --disable-libmudflap --disable-nls --enable-languages='c go'
    make bootstrap

the complete command line that triggers the bug:
    $ gcc -Iarch/x86/include -Iarch/x86/include/generated -Iinclude \
    -include include/linux/kconfig.h -D__KERNEL__ -Os -c -o fs/cifs/connect.o \
    fs/cifs/connect.c

the compiler output (error messages, warnings, etc.):
    fs/cifs/connect.c:4302:1: internal compiler error: in remap_predicate, at
ipa-inline-analysis.c:2710
     }
     ^
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <http://gcc.gnu.org/bugs.html> for instructions.

the preprocessed file (*.i*): Attached.

Reply via email to