S/390: Accept cdb in load-and-test-fp-1 testcase
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 6 Nov 2018 13:16:41 +0000 (13:16 +0000)
committerIlya Leoshkevich <iii@gcc.gnu.org>
Tue, 6 Nov 2018 13:16:41 +0000 (13:16 +0000)
The compiler now generates cdb instead of cdbr for comparison with 0.0,
which looks like an improvement to me.

gcc/testsuite/ChangeLog:

2018-11-06  Ilya Leoshkevich  <iii@linux.ibm.com>

* gcc.target/s390/load-and-test-fp-1.c: Accept cdb.

From-SVN: r265843

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c

index 1309792..4c1610d 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-06  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+       * gcc.target/s390/load-and-test-fp-1.c: Accept cdb.
+
 2018-11-06  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
        * gcc/testsuite/gcc.target/msp430/special-regs.c: New test.
index b9d5912..2a7e88c 100644 (file)
@@ -14,4 +14,4 @@ foo (double dummy, double a)
   return a;
 }
 
-/* { dg-final { scan-assembler "cdbr\t" } } */
+/* { dg-final { scan-assembler {\tcdbr?\t} } } */