public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dcb314 at hotmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64686] [5 Regression] ICE: in edge_badness, at ipa-inline.c:912 during Firefox LTO build with enabled checking
Date: Wed, 28 Jan 2015 12:47:00 -0000	[thread overview]
Message-ID: <bug-64686-4-osbFbnZVww@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64686-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to David Binderman from comment #3)
> Created attachment 34603 [details]
> C++ source code

The attached code does the following with trunk dated 20150128 with
flag -O3


$ ../results/bin/gcc -c -O3 bug184.cc
compiler/BinaryExpr.cpp:195:1: internal compiler error: in edge_badness, at
ipa-inline.c:1018
0x11f5b97 edge_badness(cgraph_edge*, bool)
    ../../src/trunk/gcc/ipa-inline.c:1018
0x11f462d update_edge_key(fibonacci_heap<sreal, cgraph_edge>*, cgraph_edge*)
    ../../src/trunk/gcc/ipa-inline.c:1144
0x11f1555 inline_small_functions()
    ../../src/trunk/gcc/ipa-inline.c:1724
0x11f1555 ipa_inline()
    ../../src/trunk/gcc/ipa-inline.c:2298
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
$

../../src/trunk/gcc/ipa-inline.c:1018 is

  gcc_checking_assert (edge_time <= callee_info->time);


  parent reply	other threads:[~2015-01-28 12:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-64686-4@http.gcc.gnu.org/bugzilla/>
2015-01-20 10:17 ` marxin at gcc dot gnu.org
2015-01-20 19:23 ` hubicka at gcc dot gnu.org
2015-01-22  5:09 ` hubicka at gcc dot gnu.org
2015-01-28 12:44 ` dcb314 at hotmail dot com
2015-01-28 12:47 ` dcb314 at hotmail dot com [this message]
2015-01-28 12:51 ` trippels at gcc dot gnu.org
2015-01-29  7:42 ` hubicka at gcc dot gnu.org
2015-02-04 22:56 ` hubicka at gcc dot gnu.org
2015-02-05  0:16 ` hubicka at gcc dot gnu.org
2015-02-05  4:47 ` hubicka at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-64686-4-osbFbnZVww@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).