Commit ce6c0a20 by Xiong Hu Luo

Fix copy-paste typo syntax error by r277872

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.

From-SVN: r277904
parent 471c5330
/* { dg-do compile { target { lp64 } } } */ /* { dg-do compile { target { lp64 } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } } */ /* { dg-skip-if "" { powerpc*-*-darwin* } } */
/* { dg-require-effective-target powerpc_vsx_ok -fno-inline-functions --param max-inline-insns-single-O2=200 } */ /* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-O2 -mvsx" } */ /* { dg-options "-O2 -mvsx -fno-inline-functions --param max-inline-insns-single-O2=200" } */
__int128_t __int128_t
foo (__int128_t *src) foo (__int128_t *src)
......
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