From: Xiong Hu Luo Date: Thu, 7 Nov 2019 01:24:03 +0000 (+0000) Subject: Fix copy-paste typo syntax error by r277872 X-Git-Tag: upstream/12.2.0~20604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce6c0a20b5875c18a8416d60950febea76a4b9d3;p=platform%2Fupstream%2Fgcc.git Fix copy-paste typo syntax error by r277872 gcc/testsuite/ChangeLog: 2019-11-07 Xiong Hu Luo * gcc.target/powerpc/pr72804.c: Move inline options from dg-require-effective-target to dg-options. From-SVN: r277904 --- diff --git a/gcc/testsuite/gcc.target/powerpc/pr72804.c b/gcc/testsuite/gcc.target/powerpc/pr72804.c index 0fc3df1..10e37ca 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)