public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114264] New: RISC-V: ICE in riscv-vector-costs.cc of gcc master branch
@ 2024-03-07  8:01 deminhan at gcc dot gnu.org
  2024-03-08  2:43 ` [Bug target/114264] " cvs-commit at gcc dot gnu.org
  2024-03-09  7:36 ` law at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: deminhan at gcc dot gnu.org @ 2024-03-07  8:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114264
           Summary: RISC-V: ICE in riscv-vector-costs.cc of gcc master
                    branch
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: deminhan at gcc dot gnu.org
  Target Milestone: ---

The following code can result in ICE:
-march=rv64gcv --param riscv-autovec-lmul=dynamic -O3

char *jpeg_difference7_input_buf;
void jpeg_difference7(int *diff_buf) {
  unsigned width;
  int samp, Rb;
  while (--width) {
    Rb = samp = *jpeg_difference7_input_buf;
    *diff_buf++ = -(int)(samp + (long)Rb >> 1);
  }
}

during GIMPLE pass: vect
testcase.i: In function 'jpeg_difference7':
testcase.i:2:6: internal compiler error: in compute_nregs_for_mode, at
config/riscv/riscv-vector-costs.cc:453
    2 | void jpeg_difference7(int *diff_buf) {
      |      ^~~~~~~~~~~~~~~~
0xb2a30f compute_nregs_for_mode
        ../../../gcc/gcc/config/riscv/riscv-vector-costs.cc:453
0x17b19e6 max_number_of_live_regs
        ../../../gcc/gcc/config/riscv/riscv-vector-costs.cc:492
0x17b57a5 has_unexpected_spills_p
        ../../../gcc/gcc/config/riscv/riscv-vector-costs.cc:834

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

end of thread, other threads:[~2024-03-09  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07  8:01 [Bug target/114264] New: RISC-V: ICE in riscv-vector-costs.cc of gcc master branch deminhan at gcc dot gnu.org
2024-03-08  2:43 ` [Bug target/114264] " cvs-commit at gcc dot gnu.org
2024-03-09  7:36 ` law 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).