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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 58863
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58863&action=edit
Just this file with `-Ofast -msve-vector-bits=128 -march=armv9-a`

[apinski@xeond2 t]$ ../xgcc -B.. t2.c -Ofast -msve-vector-bits=128
-mcpu=neoverse-v2
during RTL pass: reload
t2.c: In function ‘BKE_mask_calc_handle_point_auto’:
t2.c:24:1: internal compiler error: maximum number of generated reload insns
per insn achieved (90)
   24 | }
      | ^
0x31e8dd8 internal_error(char const*, ...)
        ../../gcc/diagnostic-global-context.cc:491
0x14c6f8f lra_constraints(bool)
        ../../gcc/lra-constraints.cc:5402
0x14af895 lra(_IO_FILE*, int)
        ../../gcc/lra.cc:2442
0x145779f do_reload
        ../../gcc/ira.cc:5976
0x1457c3c execute
        ../../gcc/ira.cc:6164
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