https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116675
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |ro at gcc dot gnu.org
Ever confirmed|0 |1
Resolution|FIXED |---
Last reconfirmed| |2024-11-27
--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> ---
The test is broken:
+UNRESOLVED: gcc.target/i386/pr116675.c scan-assembler-times pand 4
+UNRESOLVED: gcc.target/i386/pr116675.c scan-assembler-times pandn 4
+UNRESOLVED: gcc.target/i386/pr116675.c scan-assembler-times por 4
(seen on 32 and 64-bit Solaris/x86).
The log shows
gcc.target/i386/pr116675.c: output file does not exist
It seems the test needs -save-temps so the scan-assembler-times has something
to work with...