Commit 8a10503f by Steve Ellcey Committed by Steve Ellcey

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
parent 1f4a2e84
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>
......@@ -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" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment