From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25783 invoked by alias); 31 Oct 2012 20:52:27 -0000 Received: (qmail 24807 invoked by uid 48); 31 Oct 2012 20:52:05 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55104] [4.8 Regression] ice in inline_call, at ipa-inline-transform.c:269 Date: Wed, 31 Oct 2012 20:52: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: UNCONFIRMED 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: 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-10/txt/msg02988.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55104 --- Comment #3 from Zdenek Sojka 2012-10-31 20:52:04 UTC --- Created attachment 28585 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28585 preprocessed source (quite reduced) Probably the same source Compiler output: $ gcc -O2 --param=hot-bb-frequency-fraction=1 devirt2.ii /mnt/svn/gcc-trunk/gcc/testsuite/g++.dg/opt/devirt2.C:30:23: internal compiler error: in inline_call, at ipa-inline-transform.c:269 void bah() {foo(&r.s);} ^ 0x1290c5e inline_call(cgraph_edge*, bool, vec_t**, int*, bool) /mnt/svn/gcc-trunk/gcc/ipa-inline-transform.c:265 0x128ffd4 inline_small_functions /mnt/svn/gcc-trunk/gcc/ipa-inline.c:1553 0x128ffd4 ipa_inline /mnt/svn/gcc-trunk/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.