https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116675
--- Comment #7 from Hongtao Liu <liuhongt at gcc dot gnu.org> --- (In reply to Rainer Orth from comment #6) > 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... Yes, thanks for the report.