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

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

            Bug ID: 112114
           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 56321
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56321&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:
2ndmix.c:319:1: error: insn does not satisfy its constraints:
  319 | }
      | ^
(insn 1627 1626 1628 3 (parallel [
            (set (reg:SF 65 fr1 [587])
                (reg:SF 0 r0 [588]))
            (use (reg:SI 154 fpscr0))
            (clobber (scratch:SI))
        ]) "2ndmix.c":264:35 214 {movsf_ie}
     (expr_list:REG_DEAD (reg:SF 0 r0 [588])
        (nil)))
during RTL pass: cprop_hardreg
2ndmix.c:319:1: internal compiler error: in extract_constrain_insn, at
recog.cc:2692

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

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

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

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

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

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

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

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

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

* [Bug target/112114] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (2NDMIX)
  2023-10-28 12:16 [Bug c/112114] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
  2023-10-28 12:46 ` [Bug c/112114] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (2NDMIX) andress.barajas at gmail dot com
  2023-10-28 12:46 ` andress.barajas at gmail dot com
@ 2023-10-28 17:51 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ 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=112114

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Likewise.

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28 12:16 [Bug c/112114] New: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra andress.barajas at gmail dot com
2023-10-28 12:46 ` [Bug c/112114] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (2NDMIX) andress.barajas at gmail dot com
2023-10-28 12:46 ` andress.barajas at gmail dot com
2023-10-28 17:51 ` [Bug target/112114] " 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).