public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra
@ 2023-10-28 12:20 andress.barajas at gmail dot com
  2023-10-28 12:47 ` [Bug c/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP) andress.barajas at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: andress.barajas at gmail dot com @ 2023-10-28 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112115
           Summary: SH4 ICE: in extract_constrain_insn, at recog.cc:2692
                    with -mlra
           Product: gcc
           Version: 13.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andress.barajas at gmail dot com
  Target Milestone: ---
            Target: sh*-*-*

Created attachment 56322
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56322&action=edit
Temp file with ICE error

CFLAGS: 
-std=c2x -O2 -ml -m4-single-only -ffast-math -mfsrra -mfsca
-matomic-model=soft-imask -ftls-model=local-exec -mlra -fomit-frame-pointer
-fno-builtin

ICE:
beep.c:200:1: error: insn does not satisfy its constraints:
  200 | }
      | ^
(insn 1726 1725 127 5 (parallel [
            (set (reg:SF 65 fr1 [735])
                (reg:SF 0 r0 [736]))
            (use (reg:SI 154 fpscr0))
            (clobber (scratch:SI))
        ]) "beep.c":78:17 214 {movsf_ie}
     (expr_list:REG_DEAD (reg:SF 0 r0 [736])
        (nil)))
during RTL pass: cprop_hardreg
beep.c:200:1: internal compiler error: in extract_constrain_insn, at
recog.cc:2692

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

* [Bug c/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
@ 2023-10-28 12:47 ` andress.barajas at gmail dot com
  2023-10-28 17:49 ` [Bug target/112115] " pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: andress.barajas at gmail dot com @ 2023-10-28 12:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andy B <andress.barajas at gmail dot com> ---
Missed adding -mlra in CFLAGS

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
  2023-10-28 12:47 ` [Bug c/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP) andress.barajas at gmail dot com
@ 2023-10-28 17:49 ` pinskia at gcc dot gnu.org
  2023-10-28 17:49 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112118 has been marked as a duplicate of this bug. ***

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
  2023-10-28 12:47 ` [Bug c/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP) andress.barajas at gmail dot com
  2023-10-28 17:49 ` [Bug target/112115] " pinskia at gcc dot gnu.org
@ 2023-10-28 17:49 ` pinskia at gcc dot gnu.org
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112119 has been marked as a duplicate of this bug. ***

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
                   ` (2 preceding siblings ...)
  2023-10-28 17:49 ` pinskia at gcc dot gnu.org
@ 2023-10-28 17:50 ` pinskia at gcc dot gnu.org
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112120 has been marked as a duplicate of this bug. ***

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
                   ` (3 preceding siblings ...)
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
@ 2023-10-28 17:50 ` pinskia at gcc dot gnu.org
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
  2023-10-28 17:51 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112121 has been marked as a duplicate of this bug. ***

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
                   ` (4 preceding siblings ...)
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
@ 2023-10-28 17:50 ` pinskia at gcc dot gnu.org
  2023-10-28 17:51 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112122 has been marked as a duplicate of this bug. ***

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

* [Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)
  2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
                   ` (5 preceding siblings ...)
  2023-10-28 17:50 ` pinskia at gcc dot gnu.org
@ 2023-10-28 17:51 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-28 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112114 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2023-10-28 17:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28 12:20 [Bug c/112115] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
2023-10-28 12:47 ` [Bug c/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP) andress.barajas at gmail dot com
2023-10-28 17:49 ` [Bug target/112115] " pinskia at gcc dot gnu.org
2023-10-28 17:49 ` pinskia at gcc dot gnu.org
2023-10-28 17:50 ` pinskia at gcc dot gnu.org
2023-10-28 17:50 ` pinskia at gcc dot gnu.org
2023-10-28 17:50 ` pinskia at gcc dot gnu.org
2023-10-28 17:51 ` pinskia 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).