From 04f4ac9218259a1508f9a86ca98cf1d36cab2df2 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Thu, 9 Jan 2025 20:18:08 +0200 Subject: testsuite: Require trampolines for gcc.dg/pr118325.c The test case uses a nested function, which is not supported by some targets. gcc/testsuite/ChangeLog: * gcc.dg/pr118325.c: Require effective target trampolines. Signed-off-by: Dimitar Dimitrov --- gcc/testsuite/gcc.dg/pr118325.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/testsuite/gcc.dg/pr118325.c b/gcc/testsuite/gcc.dg/pr118325.c index 74f92cc..7129bc9 100644 --- a/gcc/testsuite/gcc.dg/pr118325.c +++ b/gcc/testsuite/gcc.dg/pr118325.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "-std=gnu17 -fchecking" } */ void f(void*); -- cgit v1.1