Commit 6121961c by Andy Hutchinson Committed by Andy Hutchinson

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
parent 2bd0fe3d
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
/* { 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)
......
......@@ -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)
......
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