From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4479E389853D; Thu, 24 Dec 2020 18:28:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4479E389853D From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/98439] New: [11 Regression] ICE in final_scan_insn_1, at final.c:3096 Date: Thu, 24 Dec 2020 18:28:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: asolokha at gmx dot com 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 keywords bug_severity priority component assigned_to reporter target_milestone cf_gcctarget 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: Thu, 24 Dec 2020 18:28:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98439 Bug ID: 98439 Summary: [11 Regression] ICE in final_scan_insn_1, at final.c:3096 Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu gcc-11.0.0-alpha20201220 snapshot (g:18e86fae2a14f78e70aae06afce6bb9853068b= b1) ICEs when compiling the following testcase w/ -march=3Dnehalem -O2 -fselective-scheduling2 -fno-cprop-registers: int in; int wz (int, int, int, int, int, int, int); int w5 (void) { return wz (0, 0, 0, 0, 0, 0, in > 0 ? in : 0); } % x86_64-unknown-linux-gnu-gcc-11.0.0 -march=3Dnehalem -O2 -fselective-scheduling2 -fno-cprop-registers -c jpl1fnqa.c during RTL pass: final jpl1fnqa.c: In function 'w5': jpl1fnqa.c:10:1: internal compiler error: in final_scan_insn_1, at final.c:= 3096 10 | } | ^ 0x64eefe final_scan_insn_1 =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gc= c/final.c:3096 0xa985ab final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gc= c/final.c:3170 0xa986a7 final_1 =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gc= c/final.c:2021 0xa99294 rest_of_handle_final =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gc= c/final.c:4676 0xa99294 execute =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gc= c/final.c:4754=