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 middle-end/64545] New: failed gcc build: internal compiler error: in inline_small_functions, at ipa-inline.c:1693


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64545

            Bug ID: 64545
           Summary: failed gcc build: internal compiler error: in
                    inline_small_functions, at ipa-inline.c:1693
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mikulas at artax dot karlin.mff.cuni.cz
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu
             Build: x86_64-unknown-linux-gnu

Created attachment 34408
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34408&action=edit
failed build log

ICE when building gcc revision r219330 on Debian Wheezy. Build script:

CFLAGS="-O2 -march=barcelona -fomit-frame-pointer"
export CFLAGS
CXXFLAGS="$CFLAGS"
export CXXFLAGS
MAKEFLAGS=-j12
export MAKEFLAGS
../gcc-svn/configure                                                    \
        --prefix=/usr/local/gcc-svn/                                    \
        --enable-lto                                                    \
        --with-system-zlib                                              \
        --enable-languages=c                                            \
        --enable-multilib                                               \
        --with-multilib-list=m32,m64                                    \
        --disable-werror                                                \
        --enable-checking=yes                                           \
        &&
nice -n 20 make BOOT_CFLAGS="$CFLAGS" profiledbootstrap


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