Commit bc773aad by Michael Meissner Committed by Michael Meissner

re PR target/70640 (IEEE 128-bit floating point negative/abs has two thinkos)

2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR target/70640
	* gcc.target/powerpc/pr70640.c: Fix test so it correctly works on
	a power7 system that does not have an assembler that supports
	power8.

From-SVN: r234988
parent 967ca9b9
2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/70640
* gcc.target/powerpc/pr70640.c: Fix test so it correctly works on
a power7 system that does not have an assembler that supports
power8.
2016-04-14 Martin Sebor <msebor@redhat.com>
PR c++/69517
......
......@@ -5,7 +5,7 @@
__float128 foo (__float128 a) { return -a; }
/* { dg-final { scan-assembler "xxlorc" } } */
/* { dg-final { scan-assembler "xxlorc\|vspltisw" } } */
/* { dg-final { scan-assembler "xxlxor" } } */
/* { dg-final { scan-assembler "vslb" } } */
/* { dg-final { scan-assembler "vsldoi" } } */
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