From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24285 invoked by alias); 10 Nov 2012 17:08:14 -0000 Received: (qmail 24168 invoked by uid 48); 10 Nov 2012 17:07:58 -0000 From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55264] [4.6/4.7/4.8 Regression] ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak Date: Sat, 10 Nov 2012 17:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Status Last reconfirmed CC Target Milestone Ever Confirmed Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00911.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55264 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-11-10 CC| |mpolacek at gcc dot gnu.org Target Milestone|--- |4.8.0 Ever Confirmed|0 |1 --- Comment #1 from Marek Polacek 2012-11-10 17:07:57 UTC --- With current trunk (r193391) I see a different ICE: /mnt/svn/gcc-trunk/gcc/testsuite/g++.dg/tree-ssa/pr45453.C:16:1: internal compiler error: in inline_call, at ipa-inline-transform.c:269 0xec0114 inline_call(cgraph_edge*, bool, vec_t**, int*, bool) /home/polacek/src/gcc/gcc/ipa-inline-transform.c:269 0xebefb8 inline_small_functions /home/polacek/src/gcc/gcc/ipa-inline.c:1553 0xebf492 ipa_inline /home/polacek/src/gcc/gcc/ipa-inline.c:1735 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.