From: Jakub Jelinek Date: Wed, 11 Jan 2017 19:48:56 +0000 (+0100) Subject: flatten-3.c: Add quotation marks around dg-options argument. X-Git-Tag: basepoints/gcc-8~1833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88df7964b5aa1b8cc2226177da25785c58b7c7e2;p=thirdparty%2Fgcc.git flatten-3.c: Add quotation marks around dg-options argument. * gcc.dg/tree-ssa/flatten-3.c: Add quotation marks around dg-options argument. From-SVN: r244332 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 51bcf982f6d0..b22c2e3213be 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-01-11 Jakub Jelinek + + * gcc.dg/tree-ssa/flatten-3.c: Add quotation marks around dg-options + argument. + 2017-01-11 Martin Sebor PR c/47931 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c b/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c index 153165c72e34..d5f7a47c2594 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options -O2 -fno-ipa-icf } */ +/* { dg-options "-O2 -fno-ipa-icf" } */ extern void do_something_usefull(); /* Check that we finish compiling even if instructed to