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/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581


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

            Bug ID: 64544
           Summary: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal
                    compiler error: in check_probability, at
                    basic-block.h:581
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          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

I got internal compiler error when building gcc 5 revision r219330. The
distribution is Debian Wheezy x86-64.

Build script:
CFLAGS="-O3 -march=barcelona"
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]