aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/sibcall-7.c5
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5327821..de89624 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05 Steve Ellcey <sje@cup.hp.com>
+
+ PR testsuite/27705
+ * gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.
+
2006-06-05 Dorit Nuzman <dorit@il.ibm.com>
Victor Kaplansky <victork@il.ibm.com>
diff --git a/gcc/testsuite/gcc.dg/sibcall-7.c b/gcc/testsuite/gcc.dg/sibcall-7.c
index 273c2c3..6d59ca3 100644
--- a/gcc/testsuite/gcc.dg/sibcall-7.c
+++ b/gcc/testsuite/gcc.dg/sibcall-7.c
@@ -4,7 +4,10 @@
Copyright (C) 2006 Free Software Foundation Inc.
Original test by Hans-Peter Nilsson <hp@bitrange.com> */
-/* { dg-do run } */
+/* On IA64 the call frame is allocated on the register stack, not the
+ normal stack. */
+
+/* { dg-do run { target { ! "ia64-*-*" } } } */
/* { dg-options "-O2 -fno-optimize-sibling-calls" } */