Fix gcc.target/i386/387-ficom-[12].c on Solaris
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 24 Oct 2017 16:30:44 +0000 (16:30 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 24 Oct 2017 16:30:44 +0000 (16:30 +0000)
* gcc.target/i386/387-ficom-1.c: Allow for ficomp without s
suffix.
* gcc.target/i386/387-ficom-2.c: Likewise.

From-SVN: r254050

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/387-ficom-1.c
gcc/testsuite/gcc.target/i386/387-ficom-2.c

index 116d85915b7728cfb173a660cdfc1f1c138761c1..42fff12c1aa7d43ffe7acd68dc6b097bcb86c589 100644 (file)
@@ -1,3 +1,9 @@
+2017-10-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.target/i386/387-ficom-1.c: Allow for ficomp without s
+       suffix.
+       * gcc.target/i386/387-ficom-2.c: Likewise.
+
 2017-10-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * gcc.target/i386/cet-sjlj-3.c: Allow for emtpy user label prefix
index 8c73ddcb2da1089a37d596a54f649c7745ecc177..325698854a94beb313dd1a856d0f071f182ca1fb 100644 (file)
@@ -37,5 +37,5 @@ int test_ld_i (int x)
   return (long double)i != x;
 }
 
-/* { dg-final { scan-assembler-times "ficomps" 3 } } */
+/* { dg-final { scan-assembler-times "ficomp\[s\t\]" 3 } } */
 /* { dg-final { scan-assembler-times "ficompl" 3 } } */
index 4190ebaae71ecbecfafe8573075b215c1e17afe1..d5283684f8ea4f4d3e77a987cf94c7f72827bb53 100644 (file)
@@ -5,5 +5,5 @@
 
 #include "387-ficom-1.c"
 
-/* { dg-final { scan-assembler-times "ficomps" 3 } } */
+/* { dg-final { scan-assembler-times "ficomp\[s\t\]" 3 } } */
 /* { dg-final { scan-assembler-times "ficompl" 3 } } */