From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A87F83858009; Tue, 26 Apr 2022 15:27:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A87F83858009 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/105383] [11/12 Regression] ICE: in change_insns, at rtl-ssa/changes.cc:674 with -Os -fno-tree-dominator-opts -fno-tree-vrp -msseregparm -m32 since r11-6188-g0b76990a9d75d97b Date: Tue, 26 Apr 2022 15:27:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2022 15:27:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105383 --- Comment #2 from Zdenek Sojka --- Created attachment 52886 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D52886&action=3Dedit a bit different testcase A bit different testcase, a bit different flags: $ x86_64-pc-linux-gnu-gcc -Os -fnon-call-exceptions -fno-tree-bit-ccp -m32 testcase2.c=20 during RTL pass: fwprop1 testcase2.c: In function 'foo': testcase2.c:15:1: internal compiler error: in change_insns, at rtl-ssa/changes.cc:674 15 | } | ^ 0xd3c823 rtl_ssa::function_info::change_insns(array_slice) /repo/gcc-trunk/gcc/rtl-ssa/changes.cc:674 0x24b9c97 rtl_ssa::function_info::change_insn(rtl_ssa::insn_change&) /repo/gcc-trunk/gcc/rtl-ssa/changes.cc:717 0x2368548 try_fwprop_subst_pattern /repo/gcc-trunk/gcc/fwprop.cc:553 0x2368548 try_fwprop_subst /repo/gcc-trunk/gcc/fwprop.cc:627 0x2368c6c forward_propagate_and_simplify /repo/gcc-trunk/gcc/fwprop.cc:823 0x2368c6c forward_propagate_into /repo/gcc-trunk/gcc/fwprop.cc:886 0x2368f1b forward_propagate_into /repo/gcc-trunk/gcc/fwprop.cc:835 0x2368f1b fwprop_insn /repo/gcc-trunk/gcc/fwprop.cc:943 0x2368ff9 fwprop /repo/gcc-trunk/gcc/fwprop.cc:995 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions.=