From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 36DD33858D1E; Mon, 6 Feb 2023 07:55:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36DD33858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675670147; bh=+75KHci4BJiRyl5lkYNJVFUENxMQNfCXT/44dvO+IF0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JLcGC9m/pAWC5iEbl0+NXua7AWZtAIJz+DILYgiE7tib0/GqIrPTNXuN4sbqYYQnM ohQbRahU2Jbs34MVJwO2yL/0PUUJVBRZcC0N+i3xZMvqD9Kj0X4Rb/lLMV9aoQ7ZO+ EDcziSSVOEYJQH6TLWslafYS1I6THjn5N+P60sD8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/108679] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:656 Date: Mon, 06 Feb 2023 07:55:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on priority everconfirmed bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108679 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-02-06 Priority|P3 |P1 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |needs-bisection --- Comment #1 from Richard Biener --- Confirmed with just -O2. during IPA pass: inline t.i: In function 'main': t.i:18:3: internal compiler error: in modify_call, at ipa-param-manipulation.cc:656 18 | func_6(l_10); | ^~~~~~~~~~~~ 0x129b0a1 ipa_param_adjustments::modify_call(cgraph_edge*, bool) /home/rguenther/src/trunk/gcc/ipa-param-manipulation.cc:656 0xec3b06 cgraph_edge::redirect_call_stmt_to_callee(cgraph_edge*) /home/rguenther/src/trunk/gcc/cgraph.cc:1530 0x16a9db7 redirect_all_calls(copy_body_data*, basic_block_def*) /home/rguenther/src/trunk/gcc/tree-inline.cc:2990 0x16aa5a3 copy_cfg_body /home/rguenther/src/trunk/gcc/tree-inline.cc:3145 0x16aadf8 copy_body /home/rguenther/src/trunk/gcc/tree-inline.cc:3326 0x16afd47 expand_call_inline /home/rguenther/src/trunk/gcc/tree-inline.cc:5112 0x16b0b2d gimple_expand_calls_inline /home/rguenther/src/trunk/gcc/tree-inline.cc:5307 0x16b12f3 optimize_inline_calls(tree_node*) /home/rguenther/src/trunk/gcc/tree-inline.cc:5479 0x12452ec inline_transform(cgraph_node*) /home/rguenther/src/trunk/gcc/ipa-inline-transform.cc:790=