diff mbox

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

Message ID 1937506.LhTb9COjXL@polaris
State New
Headers show

Commit Message

Eric Botcazou March 4, 2016, 8:47 a.m. UTC
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.
diff mbox

Patch

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*-*-* } } } */