Commit 88df7964 by Jakub Jelinek Committed by Jakub Jelinek

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
parent 960ecba4
2017-01-11 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/tree-ssa/flatten-3.c: Add quotation marks around dg-options
argument.
2017-01-11 Martin Sebor <msebor@redhat.com>
PR c/47931
......
/* { 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
......
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