Bug 112121 - SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (FNT_TEST)
Summary: SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (FNT_TEST)
Status: RESOLVED DUPLICATE of bug 112115
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 13.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-28 12:38 UTC by Andy B
Modified: 2023-10-28 17:50 UTC (History)
1 user (show)

See Also:
Host:
Target: sh*-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Temp file with ICE error (93.62 KB, text/plain)
2023-10-28 12:38 UTC, Andy B
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andy B 2023-10-28 12:38:35 UTC
Created attachment 56327 [details]
Temp file with ICE error

CPPFLAGS:
-std=c++23 -O2 -ml -m4-single-only -ffast-math -mfsrra -mfsca -matomic-model=soft-imask -ftls-model=local-exec -mlra


ICE:
fnt_test.cc:231:1: error: insn does not satisfy its constraints:
  231 | }
      | ^
(insn 408 407 164 5 (parallel [
            (set (reg:SF 65 fr1 [314])
                (reg:SF 0 r0 [315]))
            (use (reg:SI 154 fpscr0))
            (clobber (scratch:SI))
        ]) "/opt/toolchains/dc/kos/../kos-ports/include/dcplib/fnt.h":151:141 discrim 1 214 {movsf_ie}
     (expr_list:REG_DEAD (reg:SF 0 r0 [315])
        (nil)))
during RTL pass: cprop_hardreg
fnt_test.cc:231:1: internal compiler error: in extract_constrain_insn, at recog.cc:2692
Comment 1 Drea Pinski 2023-10-28 17:50:22 UTC
Likewise.

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