nested-func-5.c: Skip for target without trampolines.
authorAndy Hutchinson <hutchinsonandy@aim.com>
Sun, 4 May 2008 13:10:14 +0000 (13:10 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Sun, 4 May 2008 13:10:14 +0000 (13:10 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/nested-func-5.c
gcc/testsuite/gcc.dg/torture/nested-fn-1.c

index ef2a4be73d8155dfbb2b0c117a21b6625b732773..9bf58a970a5ecf86eb0a929237bbcd56cbc21a67 100644 (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
index 5076dbd50497a72bf1cc8bfa90bee73bcf97205d..3545f37e5cc11dad0a16346cb375313d63ec4e81 100644 (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)
index a396def7eaa8410629a4d1c468e54da365e85276..99e852344a97f474bf9669ff42608bb8add44b89 100644 (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)