diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-03-04 08:46:33 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-03-04 08:46:33 +0000 |
commit | ae4cdc6a98b6a5a9b4649cd24f36c36484868b3c (patch) | |
tree | fd01a57c101cb8ae5e6a2fcf096e3e66581b214d /gcc | |
parent | 08455559f40b60c393c5b947ad383cbbfd4f6e87 (diff) | |
download | gcc-ae4cdc6a98b6a5a9b4649cd24f36c36484868b3c.zip gcc-ae4cdc6a98b6a5a9b4649cd24f36c36484868b3c.tar.gz gcc-ae4cdc6a98b6a5a9b4649cd24f36c36484868b3c.tar.bz2 |
* gcc.dg/Wno-frame-address.c: Skip on IA-64.
From-SVN: r233963
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8f4ae41..c4ed4ed 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-04 Eric Botcazou <ebotcazou@adacore.com> + + * gcc.dg/Wno-frame-address.c: Skip on IA-64. + 2016-03-04 Christophe Lyon <christophe.lyon@linaro.org> * gcc.dg/torture/pr69951.c: Accept argc==0. diff --git a/gcc/testsuite/gcc.dg/Wno-frame-address.c b/gcc/testsuite/gcc.dg/Wno-frame-address.c index e5d078f..de5a8b8 100644 --- a/gcc/testsuite/gcc.dg/Wno-frame-address.c +++ b/gcc/testsuite/gcc.dg/Wno-frame-address.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* visium-*-* } } */ +/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* ia64-*-* visium-*-* } } */ /* { dg-options "-Werror" } */ /* { dg-additional-options "-mbackchain" { target { s390*-*-* } } } */ |