Re: [PATCH] testsuite: i386: Adjust gcc.target/i386/cmov12.c for Sun as syntax

2025-01-23 Thread Uros Bizjak
On Thu, Jan 23, 2025 at 10:38 AM Rainer Orth wrote: > > The new gcc.target/i386/cmov12.c test FAILs on Solaris/x86 with the > native as: > > FAIL: gcc.target/i386/cmov12.c scan-assembler-times cmovg 3 > > This happens because as uses a different syntax for cmov: > > --- cmov12.s.bu243 2025-01

[PATCH] testsuite: i386: Adjust gcc.target/i386/cmov12.c for Sun as syntax

2025-01-23 Thread Rainer Orth
The new gcc.target/i386/cmov12.c test FAILs on Solaris/x86 with the native as: FAIL: gcc.target/i386/cmov12.c scan-assembler-times cmovg 3 This happens because as uses a different syntax for cmov: --- cmov12.s.bu243 2025-01-21 16:55:27.038829605 +0100 +++ cmov12.s.bu243902025-01-21 16:5