From: Rainer Orth Date: Tue, 24 Oct 2017 16:30:44 +0000 (+0000) Subject: Fix gcc.target/i386/387-ficom-[12].c on Solaris X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cc75a43b16a5d3bacb915a7870f61c17f6888cc;p=gcc.git Fix gcc.target/i386/387-ficom-[12].c on Solaris * gcc.target/i386/387-ficom-1.c: Allow for ficomp without s suffix. * gcc.target/i386/387-ficom-2.c: Likewise. From-SVN: r254050 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 116d85915b7..42fff12c1aa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-10-24 Rainer Orth + + * 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 * gcc.target/i386/cet-sjlj-3.c: Allow for emtpy user label prefix diff --git a/gcc/testsuite/gcc.target/i386/387-ficom-1.c b/gcc/testsuite/gcc.target/i386/387-ficom-1.c index 8c73ddcb2da..325698854a9 100644 --- a/gcc/testsuite/gcc.target/i386/387-ficom-1.c +++ b/gcc/testsuite/gcc.target/i386/387-ficom-1.c @@ -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 } } */ diff --git a/gcc/testsuite/gcc.target/i386/387-ficom-2.c b/gcc/testsuite/gcc.target/i386/387-ficom-2.c index 4190ebaae71..d5283684f8e 100644 --- a/gcc/testsuite/gcc.target/i386/387-ficom-2.c +++ b/gcc/testsuite/gcc.target/i386/387-ficom-2.c @@ -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 } } */