mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
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
This commit is contained in:
parent
471c53308a
commit
ce6c0a20b5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user