From: Eric Botcazou Date: Fri, 4 Mar 2016 08:46:33 +0000 (+0000) Subject: * gcc.dg/Wno-frame-address.c: Skip on IA-64. X-Git-Tag: basepoints/gcc-7~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4cdc6a98b6a5a9b4649cd24f36c36484868b3c;p=thirdparty%2Fgcc.git * gcc.dg/Wno-frame-address.c: Skip on IA-64. From-SVN: r233963 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8f4ae416e00c..c4ed4edb59a6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-04 Eric Botcazou + + * gcc.dg/Wno-frame-address.c: Skip on IA-64. + 2016-03-04 Christophe Lyon * 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 e5d078fc7a14..de5a8b8d7bc2 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*-*-* } } } */