public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/98439] New: [11 Regression] ICE in final_scan_insn_1, at final.c:3096
@ 2020-12-24 18:28 asolokha at gmx dot com
  2020-12-27 18:46 ` [Bug rtl-optimization/98439] " ubizjak at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: asolokha at gmx dot com @ 2020-12-24 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-13 15:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 18:28 [Bug target/98439] New: [11 Regression] ICE in final_scan_insn_1, at final.c:3096 asolokha at gmx dot com
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

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).