https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
--- Comment #6 from Patrick O'Neill ---
Mixed up my hashes when copy/pasting.
r14-4875-g9cf2e7441ee passes locally/CI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
--- Comment #5 from Patrick O'Neill ---
More info:
QEMU v8.1.0
glibc 2.37
Only seen on rv32gcv
Fails locally/CI:
r14-4098-gbdb7d85dde5
Pass locally/CI:
r14-4098-gbdb7d85dde5
Fails on CI, passes locally (?):
r14-4876-g7b2984ad76c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
--- Comment #4 from Patrick O'Neill ---
Thinking about it more this doesn't really make sense since AFAIK QEMU is
compiled with the host compiler and shouldn't be affected by the GCC version
that compiles large_2.exe.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
--- Comment #3 from Patrick O'Neill ---
These may be real failures that manifest in QEMU depending on the GCC used to
compile it.
I built qemu with r14-4098-gbdb7d85dde5 which caused the failures.
> QEMU_CPU=rv32,vlen=128,v=true,vext_spec=v1.0,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
--- Comment #2 from Andreas Schwab ---
They never fail on real hardware (hifive unleashed).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969
Andrew Pinski changed:
What|Removed |Added
Keywords||testsuite-fail
--- Comment #1 from Andr