From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15093 invoked by alias); 13 Jan 2015 21:24:54 -0000 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 Received: (qmail 15063 invoked by uid 48); 13 Jan 2015 21:24:49 -0000 From: "acsawdey at linux dot vnet.ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/64586] New: internal compiler error in ipa-inline.c:1664 Date: Tue, 13 Jan 2015 21:24:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: acsawdey at linux dot vnet.ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01071.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64586 Bug ID: 64586 Summary: internal compiler error in ipa-inline.c:1664 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: acsawdey at linux dot vnet.ibm.com CC: bergner at vnet dot ibm.com, hubicka at ucw dot cz Created attachment 34438 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34438&action=edit preprocessed test case Revision 219452 breaks ipa for this test case: g++ -std=gnu++11 -O2 -fPIC -c blackcalculator.i blackcalculator.cpp:355:1: internal compiler error: in inline_small_functions, at ipa-inline.c:1664 } ^ 0x11095fd3 inline_small_functions ../../gcc/gcc/ipa-inline.c:1664 0x11095fd3 ipa_inline ../../gcc/gcc/ipa-inline.c:2163 0x11095fd3 execute ../../gcc/gcc/ipa-inline.c:2536 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. This was observed when building on/for: powerpc64le-unknown-linux-gnu 219451 does not fail. It also does not fail if you omit -fPIC.