re PR testsuite/27705 (gcc.dg/sibcall-7.c execution test fails)
authorSteve Ellcey <sje@cup.hp.com>
Mon, 5 Jun 2006 15:34:08 +0000 (15:34 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 5 Jun 2006 15:34:08 +0000 (15:34 +0000)
PR testsuite/27705
* gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.

From-SVN: r114391

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-7.c

index 5327821839f3ea4e739d0f7d23e8e39c3a626076..de89624c465ffb55e684f0bb0109ac7b938b33fe 100644 (file)
@@ -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>
            
index 273c2c36d214d1397b08882f5981603e284303ea..6d59ca3395fe7d3c0f647cd9718e5a04efe70a81 100644 (file)
@@ -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" } */