nested-func-5.c: Skip for target without trampolines.

2008-05-04   Andy Hutchinson   <hutchinsonandy@aim.com>

	* gcc.dg/nested-func-5.c: Skip for target without trampolines.
	* gcc.dg/torture/nested-fn-1.c: Ditto.

From-SVN: r134931
This commit is contained in:
Andy Hutchinson 2008-05-04 13:10:14 +00:00 committed by Andy Hutchinson
parent 2bd0fe3d07
commit 6121961cb8
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-05-04 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/nested-func-5.c: Skip for target without trampolines.
* gcc.dg/torture/nested-fn-1.c: Ditto.
2008-05-04 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/35990

View File

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-fexceptions" } */
/* PR28516: ICE generating ARM unwind directives for nested functions. */
/* { dg-require-effective-target trampolines } */
void ex(int (*)(void));
void foo(int i)

View File

@ -2,6 +2,7 @@
/* Test whether unused nested functions aren't emitted into the assembly. */
/* { dg-do compile } */
/* { dg-options "-g0" } */
/* { dg-require-effective-target trampolines } */
int
fn1 (int x)