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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
```
[apinski@xeond2 gcc]$ ./cc1 t.c -I.  -quiet -O1  -mabi=64 -mhard-float -mllsc
-mno-shared -O1
during RTL pass: ce1
t.c: In function ‘backsmith_pure_4’:
t.c:22:1: internal compiler error: in mips_load_store_insns, at
config/mips/mips.cc:3151
   22 | }
      | ^
0x2cff7fe internal_error(char const*, ...)
        ../../gcc/diagnostic-global-context.cc:787
0x2d0e05f fancy_abort(char const*, int, char const*)
        ../../gcc/diagnostics/context.cc:1812
0x1dd7624 mips_load_store_insns(rtx_def*, rtx_insn*)
        ../../gcc/config/mips/mips.cc:3151
0x285d9d2 get_attr_insn_count(rtx_insn*)
        ../../gcc/config/mips/mips.md:545
0x1dda952 mips_insn_cost
        ../../gcc/config/mips/mips.cc:4278
0x1810708 insn_cost(rtx_insn*, bool)
        ../../gcc/rtlanal.cc:5810
0x2a90a42 cheap_bb_rtx_cost_p
        ../../gcc/ifcvt.cc:176
0x2a9de37 find_if_case_2
        ../../gcc/ifcvt.cc:5896
0x2a9c618 find_if_header
        ../../gcc/ifcvt.cc:5177
0x2a9ee98 if_convert
        ../../gcc/ifcvt.cc:6306
0x2a9f090 rest_of_handle_if_conversion
        ../../gcc/ifcvt.cc:6371
0x2a9f12e execute
        ../../gcc/ifcvt.cc:6410
./cc1 t.c -I. -quiet -O1 -mabi=64 -mhard-float -mllsc -mno-shared -O1
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

```

Reply via email to