From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24257 invoked by alias); 22 Dec 2014 21:42:22 -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 24237 invoked by uid 48); 22 Dec 2014 21:42:18 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/64378] New: [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp Date: Mon, 22 Dec 2014 21:42: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: 5.0 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter 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: 2014-12/txt/msg02604.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378 Bug ID: 64378 Summary: [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Created attachment 34313 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34313&action=edit reduced testcase (from g++.dg/ipa/pr61540.C) Compiler output: $ gcc -O3 -fno-ipa-cp testcase.C testcase.C:22:1: internal compiler error: in inline_call, at ipa-inline-transform.c:347 } ^ 0x1879ad0 inline_call(cgraph_edge*, bool, vec*, int*, bool, bool*) /mnt/svn/gcc-trunk/gcc/ipa-inline-transform.c:347 0x1874bde recursive_inlining /mnt/svn/gcc-trunk/gcc/ipa-inline.c:1404 0x1874bde inline_small_functions /mnt/svn/gcc-trunk/gcc/ipa-inline.c:1771 0x1874bde ipa_inline /mnt/svn/gcc-trunk/gcc/ipa-inline.c:2189 0x1874bde execute /mnt/svn/gcc-trunk/gcc/ipa-inline.c:2562 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Tested revisions: r219003 - ICE 4_9 r218177 - OK