public inbox for gcc-bugs@sourceware.org help / color / mirror / Atom feed
From: "asolokha at gmx dot com" <gcc-bugzilla@gcc.gnu.org> 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 [thread overview] Message-ID: <bug-98439-4@http.gcc.gnu.org/bugzilla/> (raw) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98439 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:18e86fae2a14f78e70aae06afce6bb9853068bb1) ICEs when compiling the following testcase w/ -march=nehalem -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=nehalem -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 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gcc/final.c:3096 0xa985ab final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*) /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gcc/final.c:3170 0xa986a7 final_1 /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gcc/final.c:2021 0xa99294 rest_of_handle_final /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gcc/final.c:4676 0xa99294 execute /var/tmp/portage/sys-devel/gcc-11.0.0_alpha20201220/work/gcc-11-20201220/gcc/final.c:4754
next reply other threads:[~2020-12-24 18:28 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-24 18:28 asolokha at gmx dot com [this message] 2020-12-27 18:46 ` [Bug rtl-optimization/98439] " ubizjak at gmail dot com 2020-12-27 18:55 ` jakub at gcc dot gnu.org 2020-12-28 11:19 ` ubizjak at gmail dot com 2021-01-14 8:10 ` rguenth at gcc dot gnu.org 2021-01-14 11:13 ` rguenth at gcc dot gnu.org 2021-01-14 11:18 ` jakub at gcc dot gnu.org 2021-02-12 15:50 ` jakub at gcc dot gnu.org 2021-02-13 15:09 ` cvs-commit at gcc dot gnu.org 2021-02-13 15:13 ` jakub at gcc dot gnu.org
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=bug-98439-4@http.gcc.gnu.org/bugzilla/ \ --to=gcc-bugzilla@gcc.gnu.org \ --cc=gcc-bugs@gcc.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).