re PR testsuite/27705 (gcc.dg/sibcall-7.c execution test fails)

PR testsuite/27705
	* gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.

From-SVN: r114391
This commit is contained in:
Steve Ellcey 2006-06-05 15:34:08 +00:00 committed by Steve Ellcey
parent 1f4a2e84b4
commit 8a10503f40
2 changed files with 9 additions and 1 deletions

View 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>

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