From: Dimitar Dimitrov Date: Sat, 2 Nov 2024 18:20:56 +0000 (+0200) Subject: testsuite: Require trampoline support for pr117245.c X-Git-Tag: basepoints/gcc-16~4687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e40dcf2458aab0441221f89af10f4c5682a8f63;p=thirdparty%2Fgcc.git testsuite: Require trampoline support for pr117245.c Test case pr117245.c is using trampolines, so mark it as such. With this patch the test is now properly marked as unsupported for pru-unknown-elf. Test still passes for x86_64-pc-linux-gnu. gcc/testsuite/ChangeLog: * gcc.dg/pr117245.c: Require effective target with trampolines. Signed-off-by: Dimitar Dimitrov --- diff --git a/gcc/testsuite/gcc.dg/pr117245.c b/gcc/testsuite/gcc.dg/pr117245.c index ebcc60b898fc..bf2baad82f34 100644 --- a/gcc/testsuite/gcc.dg/pr117245.c +++ b/gcc/testsuite/gcc.dg/pr117245.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "" } */ void a() {