public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/97684] New: [11 Regression] ICE in reg_preferred_class, at reginfo.c:789
@ 2020-11-03  2:08 asolokha at gmx dot com
  2020-11-03  7:25 ` [Bug target/97684] " rguenth at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: asolokha at gmx dot com @ 2020-11-03  2:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97684

            Bug ID: 97684
           Summary: [11 Regression] ICE in reg_preferred_class, at
                    reginfo.c:789
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: asolokha at gmx dot com
  Target Milestone: ---
            Target: powerpc-*-linux-gnu

gcc-11.0.0-alpha20201101 snapshot (g:590febb5f6624f78b36402a7c9a9c318978f1efa)
ICEs when compiling the following testcase w/ -mcpu=power9 -O2
-flive-range-shrinkage -fselective-scheduling -fno-plt:

void
uc (void);

void
hb ()
{
  uc ();
  uc ();
  hb (0);
}

% powerpc-e300c3-linux-gnu-gcc-11.0.0 -mcpu=power9 -O2 -flive-range-shrinkage
-fselective-scheduling -fno-plt -c eij2zyqf.c
during RTL pass: ira
eij2zyqf.c: In function 'hb':
eij2zyqf.c:10:1: internal compiler error: in reg_preferred_class, at
reginfo.c:789
   10 | }
      | ^
0x677ffe reg_preferred_class(int)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20201101/work/gcc-11-20201101/gcc/reginfo.c:789
0xbe27e4 update_equiv_regs
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20201101/work/gcc-11-20201101/gcc/ira.c:3516
0xbe92c2 ira
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20201101/work/gcc-11-20201101/gcc/ira.c:5498
0xbe92c2 execute
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20201101/work/gcc-11-20201101/gcc/ira.c:5861

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

end of thread, other threads:[~2022-10-26 17:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  2:08 [Bug target/97684] New: [11 Regression] ICE in reg_preferred_class, at reginfo.c:789 asolokha at gmx dot com
2020-11-03  7:25 ` [Bug target/97684] " rguenth at gcc dot gnu.org
2020-12-27 16:54 ` asolokha at gmx dot com
2020-12-27 18:56 ` [Bug rtl-optimization/97684] " ubizjak at gmail dot com
2021-01-14  9:33 ` rguenth at gcc dot gnu.org
2021-01-14 13:16 ` [Bug rtl-optimization/97684] [11 Regression] ICE in reg_preferred_class, at reginfo.c:789 by r11-4577 hjl.tools at gmail dot com
2021-01-27 16:36 ` vmakarov at gcc dot gnu.org
2021-01-27 21:00 ` cvs-commit at gcc dot gnu.org
2021-01-28 17:31 ` seurer at gcc dot gnu.org
2021-02-12 15:28 ` jakub at gcc dot gnu.org
2022-10-26 17:25 ` torbjorn.svensson at foss dot st.com

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