public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114665] New: [14] RISC-V rv64gcv: miscompile at -O3
@ 2024-04-09 19:56 patrick at rivosinc dot com
  2024-04-10 12:09 ` [Bug target/114665] " rdapp at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: patrick at rivosinc dot com @ 2024-04-09 19:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114665
           Summary: [14] RISC-V rv64gcv: 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:
signed char b;
_Bool c[15][15];
int main()
{
  for (long f = 0; f < 5; ++f)
    for (long g = 0; g < 5; ++g)
      c[f][g] = 1;
  _Bool(*h)[15] = c;
  for (int f = 0; f < 15; f += 1)
    for (int g = 0; g < 15; g += 1)
      b -= c[g][g] ? c[g][g] : h[f][g];
  __builtin_printf("%X\n", b);
}

Commands:
> /scratch/tc-testing/tc-apr-9/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv -O3 red.c -o red.out
> /scratch/tc-testing/tc-apr-9/build-rv64gcv/bin/qemu-riscv64 red.out
35
> /scratch/tc-testing/tc-apr-9/build-rv64gcv/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv -O2 red.c -o red.out
> /scratch/tc-testing/tc-apr-9/build-rv64gcv/bin/qemu-riscv64 red.out
FFFFFFB5

Discovered/tested using r14-9877-g1f719aa7c0d (not bisected)

Found via fuzzer.

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

end of thread, other threads:[~2024-04-15 20:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 19:56 [Bug target/114665] New: [14] RISC-V rv64gcv: miscompile at -O3 patrick at rivosinc dot com
2024-04-10 12:09 ` [Bug target/114665] " rdapp at gcc dot gnu.org
2024-04-10 12:42 ` rdapp at gcc dot gnu.org
2024-04-10 17:43 ` patrick at rivosinc dot com
2024-04-15 17:36 ` patrick at rivosinc dot com
2024-04-15 18:56 ` rdapp at gcc dot gnu.org
2024-04-15 20:34 ` 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).