public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581
@ 2015-01-08 19:36 mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:37 ` [Bug middle-end/64544] " mikulas at artax dot karlin.mff.cuni.cz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mikulas at artax dot karlin.mff.cuni.cz @ 2015-01-08 19:36 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/64544] ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581
  2015-01-08 19:36 [Bug middle-end/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581 mikulas at artax dot karlin.mff.cuni.cz
@ 2015-01-08 19:37 ` mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:38 ` mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:45 ` mpolacek at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mikulas at artax dot karlin.mff.cuni.cz @ 2015-01-08 19:37 UTC (permalink / raw)
  To: gcc-bugs

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

mikulas at artax dot karlin.mff.cuni.cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/64544] ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581
  2015-01-08 19:36 [Bug middle-end/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581 mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:37 ` [Bug middle-end/64544] " mikulas at artax dot karlin.mff.cuni.cz
@ 2015-01-08 19:38 ` mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:45 ` mpolacek at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mikulas at artax dot karlin.mff.cuni.cz @ 2015-01-08 19:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from mikulas at artax dot karlin.mff.cuni.cz ---
Created attachment 34407
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34407&action=edit
The failed build log


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/64544] ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581
  2015-01-08 19:36 [Bug middle-end/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581 mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:37 ` [Bug middle-end/64544] " mikulas at artax dot karlin.mff.cuni.cz
  2015-01-08 19:38 ` mikulas at artax dot karlin.mff.cuni.cz
@ 2015-01-08 19:45 ` mpolacek at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-01-08 19:45 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Could be a dup of PR64326.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-08 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08 19:36 [Bug middle-end/64544] New: ../../gcc-svn/gcc/cgraphunit.c:2183:1: internal compiler error: in check_probability, at basic-block.h:581 mikulas at artax dot karlin.mff.cuni.cz
2015-01-08 19:37 ` [Bug middle-end/64544] " mikulas at artax dot karlin.mff.cuni.cz
2015-01-08 19:38 ` mikulas at artax dot karlin.mff.cuni.cz
2015-01-08 19:45 ` mpolacek at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).