On Wed, Nov 20, 2024 at 11:24 AM Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > > Two tests FAIL on Solaris/x86 with the native assembler: > > FAIL: gcc.target/i386/pr117232-1.c scan-assembler-times (?n)cmovn?c 7 > FAIL: gcc.target/i386/pr117232-apx-1.c scan-assembler-times (?n)cmovn?c 7 > > The problem is that as expects a slightly different insn syntax, e.g. > > cmovl.nc %esi, %eax > > instead of > > cmovnc %esi, %eax > > This patch allows for both forms. > > Tested on i386-pc-solaris2.11 (as and gas) and x86_64-pc-linux-gnu. > > Ok for trunk?
OK. RIchard. > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2024-11-15 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > gcc/testsuite: > * gcc.target/i386/pr117232-1.c (scan-assembler-times): Allow for > cmovl.nc etc. > * gcc.target/i386/pr117232-apx-1.c: Likewise. >