From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 598A3385701C; Mon, 27 Jun 2022 09:22:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 598A3385701C From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106101] New: [12/13 Regression] ICE in reg_bitfield_target_p Date: Mon, 27 Jun 2022 09:22:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 12.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone Message-ID: 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: Mon, 27 Jun 2022 09:22:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106101 Bug ID: 106101 Summary: [12/13 Regression] ICE in reg_bitfield_target_p Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- Testcase reduced from opie > ./cc1 -quiet /tmp/y.tab.i -O -I include -w during RTL pass: combine /tmp/y.tab.i: In function =E2=80=98yyparse=E2=80=99: /tmp/y.tab.i:59:1: internal compiler error: Segmentation fault 59 | } | ^ 0x14010ac crash_signal /space/rguenther/src/gcc/gcc/toplev.cc:322 0x21932ef reg_bitfield_target_p /space/rguenther/src/gcc/gcc/combine.cc:14142 0x219473f distribute_notes /space/rguenther/src/gcc/gcc/combine.cc:14653 0x2173f8f try_combine /space/rguenther/src/gcc/gcc/combine.cc:4485 0x216a2f6 combine_instructions /space/rguenther/src/gcc/gcc/combine.cc:1268 0x2195541 rest_of_handle_combine /space/rguenther/src/gcc/gcc/combine.cc:14976 0x2195602 execute /space/rguenther/src/gcc/gcc/combine.cc:15021 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.=