public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'
@ 2023-10-28 16:19 tschwinge at gcc dot gnu.org
  2023-10-28 19:38 ` [Bug target/112265] " tschwinge at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-10-28 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112265
           Summary: [14 Regression] GCN offloading
                    'libgomp.c-c++-common/for-5.c': 'internal compiler
                    error: maximum number of generated reload insns per
                    insn achieved (90)'
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp, testsuite-fail
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tschwinge at gcc dot gnu.org
                CC: ams at gcc dot gnu.org, jules at gcc dot gnu.org
  Target Milestone: ---
            Target: GCN

(Assuming my tacking is to be believed) something in Git commit
r14-4720-gaf4bb221153359f5948da917d5ef2df738bb1e61..r14-4986-g4d3d2cdb574488223d023b590c3a34ddd93f4dae
regressed GCN offloading 'libgomp.c-c++-common/for-5.c' both C and C++
compilation:

    [-PASS:-]{+FAIL: libgomp.c/../libgomp.c-c++-common/for-5.c (internal
compiler error: maximum number of generated reload insns per insn achieved
(90))+}
    {+FAIL:+} libgomp.c/../libgomp.c-c++-common/for-5.c (test for excess
errors)
    [-PASS:-]{+UNRESOLVED:+} libgomp.c/../libgomp.c-c++-common/for-5.c
[-execution test-]{+compilation failed to produce executable+}

    [-PASS:-]{+FAIL: libgomp.c++/../libgomp.c-c++-common/for-5.c (internal
compiler error: maximum number of generated reload insns per insn achieved
(90))+}
    {+FAIL:+} libgomp.c++/../libgomp.c-c++-common/for-5.c (test for excess
errors)
    [-PASS:-]{+UNRESOLVED:+} libgomp.c++/../libgomp.c-c++-common/for-5.c
[-execution test-]{+compilation failed to produce executable+}

All of '-march=fiji', '-march=gfx900', '-march=gfx906', '-march=gfx908',
'-march=gfx90a' are affected.

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

* [Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'
  2023-10-28 16:19 [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)' tschwinge at gcc dot gnu.org
@ 2023-10-28 19:38 ` tschwinge at gcc dot gnu.org
  2023-10-28 19:44 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-10-28 19:38 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

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

--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
The ICE goes away if I revert PR111000 commit
r14-4786-gd118738e71cf4615f170fff8dabe66442206d008 "tree-optimization/111000 -
restrict invariant motion of shifts".  What that now tells us I have no clue.

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

* [Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'
  2023-10-28 16:19 [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)' tschwinge at gcc dot gnu.org
  2023-10-28 19:38 ` [Bug target/112265] " tschwinge at gcc dot gnu.org
@ 2023-10-28 19:44 ` pinskia at gcc dot gnu.org
  2023-10-30 13:17 ` rguenth at gcc dot gnu.org
  2023-12-20  7:59 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 19:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Thomas Schwinge from comment #1)
> The ICE goes away if I revert PR111000 commit
> r14-4786-gd118738e71cf4615f170fff8dabe66442206d008 "tree-optimization/111000
> - restrict invariant motion of shifts".  What that now tells us I have no
> clue.

That it was a latent bug; I wonder if there is a way to expose it before that
patch. Maybe a GIMPLE testcase ...

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

* [Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'
  2023-10-28 16:19 [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)' tschwinge at gcc dot gnu.org
  2023-10-28 19:38 ` [Bug target/112265] " tschwinge at gcc dot gnu.org
  2023-10-28 19:44 ` pinskia at gcc dot gnu.org
@ 2023-10-30 13:17 ` rguenth at gcc dot gnu.org
  2023-12-20  7:59 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-10-30 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
-fno-tree-loop-im?

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

* [Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'
  2023-10-28 16:19 [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)' tschwinge at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-10-30 13:17 ` rguenth at gcc dot gnu.org
@ 2023-12-20  7:59 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-12-20  7:59 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED
           Assignee|unassigned at gcc dot gnu.org      |vmakarov at gcc dot gnu.org

--- Comment #4 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Resolved via commit r14-6667-g989e67f827b74b76e58abe137ce12d948af2290c
"[PR112918][LRA]: Fixing IRA ICE on m68k".

*** This bug has been marked as a duplicate of bug 112918 ***

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

end of thread, other threads:[~2023-12-20  7:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28 16:19 [Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)' tschwinge at gcc dot gnu.org
2023-10-28 19:38 ` [Bug target/112265] " tschwinge at gcc dot gnu.org
2023-10-28 19:44 ` pinskia at gcc dot gnu.org
2023-10-30 13:17 ` rguenth at gcc dot gnu.org
2023-12-20  7:59 ` tschwinge 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).