public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/108220] New: ICE: maximum number of generated reload insns per insn achieved (90)
@ 2022-12-25  4:22 asolokha at gmx dot com
  2022-12-25  4:26 ` [Bug target/108220] " pinskia at gcc dot gnu.org
  2023-10-25  2:41 ` guojiufu at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: asolokha at gmx dot com @ 2022-12-25  4:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108220
           Summary: ICE: maximum number of generated reload insns per insn
                    achieved (90)
           Product: gcc
           Version: 13.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-e300c3-linux-gnu

gcc 13.0.0 20221218 snapshot (g:fd69977febf399d1992bbf8d66ae9170e0a4dc9f) ICEs
when compiling gcc/testsuite/gcc.target/powerpc/pr106550_1.c w/ -m32:

% powerpc-e300c3-linux-gnu-gcc-13 -m32 -c
gcc/testsuite/gcc.target/powerpc/pr106550_1.c
during RTL pass: reload
gcc/testsuite/gcc.target/powerpc/pr106550_1.c: In function 'foo':
gcc/testsuite/gcc.target/powerpc/pr106550_1.c:17:1: internal compiler error:
maximum number of generated reload insns per insn achieved (90)
   17 | }
      | ^
0xc8e805 lra_constraints(bool)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-13.0.0_p20221218/work/gcc-13-20221218/gcc/lra-constraints.cc:5137
0xc79e72 lra(_IO_FILE*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-13.0.0_p20221218/work/gcc-13-20221218/gcc/lra.cc:2375
0xc2fc29 do_reload
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-13.0.0_p20221218/work/gcc-13-20221218/gcc/ira.cc:5941
0xc2fc29 execute
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-13.0.0_p20221218/work/gcc-13-20221218/gcc/ira.cc:6127

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

* [Bug target/108220] ICE: maximum number of generated reload insns per insn achieved (90)
  2022-12-25  4:22 [Bug target/108220] New: ICE: maximum number of generated reload insns per insn achieved (90) asolokha at gmx dot com
@ 2022-12-25  4:26 ` pinskia at gcc dot gnu.org
  2023-10-25  2:41 ` guojiufu at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-25  4:26 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |inline-asm

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I wonder if this inline-asm with the register is valid or not.

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

* [Bug target/108220] ICE: maximum number of generated reload insns per insn achieved (90)
  2022-12-25  4:22 [Bug target/108220] New: ICE: maximum number of generated reload insns per insn achieved (90) asolokha at gmx dot com
  2022-12-25  4:26 ` [Bug target/108220] " pinskia at gcc dot gnu.org
@ 2023-10-25  2:41 ` guojiufu at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: guojiufu at gcc dot gnu.org @ 2023-10-25  2:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jiu Fu Guo <guojiufu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |guojiufu at gcc dot gnu.org

--- Comment #2 from Jiu Fu Guo <guojiufu at gcc dot gnu.org> ---
This may be the same issue as PR111971.

It is ok if it is "register long d asm ("r0") = 0x24;".

The 'd' is 'long long' DImode(64bits), but with -m32, "r0" is not 64bits
without -mpowerpc64.  This may be a reason for the issue.

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

end of thread, other threads:[~2023-10-25  2:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25  4:22 [Bug target/108220] New: ICE: maximum number of generated reload insns per insn achieved (90) asolokha at gmx dot com
2022-12-25  4:26 ` [Bug target/108220] " pinskia at gcc dot gnu.org
2023-10-25  2:41 ` guojiufu 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).