Commit 02147434 by Jakub Jelinek Committed by Jakub Jelinek

float128-hw7.c: Use scan-assembler-times instead of scan-assembler-not for xsnabsqp.

	* gcc.target/powerpc/float128-hw7.c: Use scan-assembler-times
	instead of scan-assembler-not for xsnabsqp.

From-SVN: r256597
parent d508a932
2018-01-12 Jakub Jelinek <jakub@redhat.com>
* gcc.target/powerpc/float128-hw7.c: Use scan-assembler-times
instead of scan-assembler-not for xsnabsqp.
2018-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/83525
......
......@@ -20,7 +20,7 @@ _Float128 cs_x_neg2 (_Float128 x)
}
/* { dg-final { scan-assembler-times {\mxsabsqp\M} 1 } } */
/* { dg-final { scan-assembler-not {\mxsnabsqp\M} 1 } } */
/* { dg-final { scan-assembler-times {\mxsnabsqp\M} 1 } } */
/* { dg-final { scan-assembler-not {\mxscpsgnqp\M} } } */
/* { dg-final { scan-assembler-not {\mlxvx\M} } } */
/* { dg-final { scan-assembler-not {\mlxv\M} } } */
......
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