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
+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)
/* 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)