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
This commit is contained in:
parent
947f51d61b
commit
c86e9f03ab
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* g++.dg/cpp1z/decomp4.C (test): Use 2 identifier decomposition
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options -O2 } */
|
||||
/* { dg-options -O2 -fno-ipa-icf } */
|
||||
|
||||
extern void do_something_usefull();
|
||||
/* Check that we finish compiling even if instructed to
|
||||
|
|
Loading…
Add table
Reference in a new issue