aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-02-02 09:33:16 +0100
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-02-02 09:33:16 +0100
commit63f0907bbbc941f4aca5f44655af02675a5b47f5 (patch)
treedfc9b3f5f625e563db61a7bf4f353eaba3bdec79 /gcc/go
parent56891a20ac190413de3d68fc82fe3554439fbbe7 (diff)
downloadgcc-63f0907bbbc941f4aca5f44655af02675a5b47f5.zip
gcc-63f0907bbbc941f4aca5f44655af02675a5b47f5.tar.gz
gcc-63f0907bbbc941f4aca5f44655af02675a5b47f5.tar.bz2
testsuite: i386: Fix gcc.target/i386/apx-ndd-cmov.c on Solaris/x86
gcc.target/i386/apx-ndd-cmov.c FAILs on 64-bit Solaris/x86 with the native assembler: FAIL: gcc.target/i386/apx-ndd-cmov.c scan-assembler-times cmove[^\\n\\r]*, %eax 1 FAIL: gcc.target/i386/apx-ndd-cmov.c scan-assembler-times cmovge[^\\n\\r]*, %eax 1 The gas vs. as difference is - cmove c+4(%rip), %esi, %eax + cmovl.e c+4(%rip), %esi, %eax - cmovge %ecx, %edx, %eax + cmovl.ge %ecx, %edx, %eax This patch accounts for both forms. Tested on i386-pc-solaris2.11 (as and gas) and i686-pc-linux-gnu. 2024-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc/testsuite: * gcc.target/i386/apx-ndd-cmov.c (scan-assembler-times): Allow for cmovl.e, cmovl.ge.
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions