Commit c86e9f03 by Martin Liska Committed by Martin Liska

Fix flatten-3.c test-case.

2017-01-11  Martin Liska  <mliska@suse.cz>

	* gcc.dg/tree-ssa/flatten-3.c: Add -fno-ipa-icf to dg-options.

From-SVN: r244313
parent 947f51d6
2017-01-11 Martin Liska <mliska@suse.cz>
* gcc.dg/tree-ssa/flatten-3.c: Add -fno-ipa-icf to dg-options.
2017-01-11 Jakub Jelinek <jakub@redhat.com> 2017-01-11 Jakub Jelinek <jakub@redhat.com>
* g++.dg/cpp1z/decomp4.C (test): Use 2 identifier decomposition * g++.dg/cpp1z/decomp4.C (test): Use 2 identifier decomposition
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options -O2 } */ /* { dg-options -O2 -fno-ipa-icf } */
extern void do_something_usefull(); extern void do_something_usefull();
/* Check that we finish compiling even if instructed to /* 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