diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-12-07 17:48:56 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-12-07 17:48:56 +0000 |
commit | bbea402544b0c98388fc9922eab978ee8ae6f092 (patch) | |
tree | 1f653c88095d40cdeab3b24feab42640e1fca6d4 /gcc | |
parent | 965a46d51a044d6c9835f75c1d4a60db26f164ef (diff) | |
download | gcc-bbea402544b0c98388fc9922eab978ee8ae6f092.zip gcc-bbea402544b0c98388fc9922eab978ee8ae6f092.tar.gz gcc-bbea402544b0c98388fc9922eab978ee8ae6f092.tar.bz2 |
re PR testsuite/64038 (FAIL: gcc.dg/ipa/ipa-icf-5.c (test for excess errors))
PR testsuite/64038
* gcc.dg/ipa/ipa-icf-5.c: Require c99_runtime. Add c99_runtime options.
* gcc.dg/ipa/ipa-icf-7.c: Likewise.
From-SVN: r218467
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aecd0cb..6ee7360 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-12-07 John David Anglin <danglin@gcc.gnu.org> + + PR testsuite/64038 + * gcc.dg/ipa/ipa-icf-5.c: Require c99_runtime. Add c99_runtime options. + * gcc.dg/ipa/ipa-icf-7.c: Likewise. + 2014-12-07 Oleg Endo <olegendo@gcc.gnu.org> * gcc.target/h8300/h8300.exp: Fix duplicated text. diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c index 45fddf5..849f72e 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c @@ -1,5 +1,6 @@ -/* { dg-do compile } */ +/* { dg-do compile { target c99_runtime } } */ /* { dg-options "-O2 -fdump-ipa-icf" } */ +/* { dg-add-options c99_runtime } */ #include <complex.h> diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c index ec7961d..7023413 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c @@ -1,5 +1,6 @@ -/* { dg-do compile } */ +/* { dg-do compile { target c99_runtime } } */ /* { dg-options "-O2 -fdump-ipa-icf" } */ +/* { dg-add-options c99_runtime } */ #include <complex.h> |