public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114028] New: [14] RISC-V rv64gcv_zvl256b: miscompile at -O3
@ 2024-02-21  2:39 patrick at rivosinc dot com
  2024-02-21  2:41 ` [Bug target/114028] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: patrick at rivosinc dot com @ 2024-02-21  2:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114028
           Summary: [14] RISC-V rv64gcv_zvl256b: miscompile at -O3
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: patrick at rivosinc dot com
  Target Milestone: ---

Testcase:
int a, d = 55003;
long c, h;
long e = 1;
char g;
short i;

int main() {
  g = 0;
  for (; g < 16; g += 1) {
    d |= c;
    short l = d;
    i = l < 0 || a >> 4 ? d : a;
    h = i - 8L;
    e &= h;
  }

  if (e == 1)
    return 0;
  else
    return 1;
}


Commands:
> /scratch/tc-testing/tc-feb-20/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv_zvl256b -O3 red.c -o red.out
> QEMU_CPU=rv64,vlen=256,v=true,vext_spec=v1.0,zve32f=true,zve64f=true /scratch/tc-testing/tc-feb-20-llvm/build/bin/qemu-riscv64 user-config.out
> echo $?
1

> /scratch/tc-testing/tc-feb-20/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv_zvl256b -O2 red.c -o red.out
> QEMU_CPU=rv64,vlen=256,v=true,vext_spec=v1.0,zve32f=true,zve64f=true /scratch/tc-testing/tc-feb-20-llvm/build/bin/qemu-riscv64 red.out
> echo $?
0

Discovered/tested using 61ab046a327 (not bisected)
Found using fuzzer

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

end of thread, other threads:[~2024-02-27  0:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21  2:39 [Bug target/114028] New: [14] RISC-V rv64gcv_zvl256b: miscompile at -O3 patrick at rivosinc dot com
2024-02-21  2:41 ` [Bug target/114028] " pinskia at gcc dot gnu.org
2024-02-22 12:47 ` rdapp at gcc dot gnu.org
2024-02-23 20:54 ` cvs-commit at gcc dot gnu.org
2024-02-27  0:20 ` patrick at rivosinc dot com

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).