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

Reply via email to