This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] Skip gcc.dg/Wno-frame-address.c on IA-64


Same reason as for the other architectures.

Tested on ia64-suse-linux, applied on the mainline as obvious.


2016-03-04  Eric Botcazou  <ebotcazou@adacore.com>

	* gcc.dg/Wno-frame-address.c: Skip on IA-64.

-- 
Eric Botcazou
Index: gcc.dg/Wno-frame-address.c
===================================================================
--- gcc.dg/Wno-frame-address.c	(revision 233957)
+++ gcc.dg/Wno-frame-address.c	(working copy)
@@ -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*-*-* } } } */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]