mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 12:29:34 +08:00
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:
parent
1f4a2e84b4
commit
8a10503f40
@ -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>
|
||||
|
||||
|
@ -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" } */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user