Commit 5cc75a43 by Rainer Orth Committed by Rainer Orth

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
parent 2f5124a6
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
in setjmp call.
......
......@@ -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 } } */
......@@ -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 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment