mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 05:13:50 +08:00
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:
parent
2bd0fe3d07
commit
6121961cb8
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user