diff mbox series

Fix copy-paste typo syntax error by r277872

Message ID 4cf2f39b-a973-5208-567d-b02cc6278689@linux.ibm.com
State New
Headers show
Series Fix copy-paste typo syntax error by r277872 | expand

Commit Message

Xionghu Luo Nov. 7, 2019, 2:20 a.m. UTC
Tested pass and committed to r277904.


gcc/testsuite/ChangeLog:

	2019-11-07  Xiong Hu Luo  <luoxhu@linux.ibm.com>

	* gcc.target/powerpc/pr72804.c: Move inline options from
	dg-require-effective-target to dg-options.
---
 gcc/testsuite/gcc.target/powerpc/pr72804.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.target/powerpc/pr72804.c b/gcc/testsuite/gcc.target/powerpc/pr72804.c
index 0fc3df1d89b..10e37caed6b 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr72804.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr72804.c
@@ -1,7 +1,7 @@ 
 /* { dg-do compile { target { lp64 } } } */
 /* { dg-skip-if "" { powerpc*-*-darwin* } } */
-/* { dg-require-effective-target powerpc_vsx_ok  -fno-inline-functions --param max-inline-insns-single-O2=200 } */
-/* { dg-options "-O2 -mvsx" } */
+/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-options "-O2 -mvsx -fno-inline-functions --param max-inline-insns-single-O2=200" } */
 
 __int128_t
 foo (__int128_t *src)