]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Require trampoline support for pr117245.c
authorDimitar Dimitrov <dimitar@dinux.eu>
Sat, 2 Nov 2024 18:20:56 +0000 (20:20 +0200)
committerDimitar Dimitrov <dimitar@dinux.eu>
Sat, 2 Nov 2024 21:02:41 +0000 (23:02 +0200)
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 <dimitar@dinux.eu>
gcc/testsuite/gcc.dg/pr117245.c

index ebcc60b898fcc4d3cdd50fc633f92037c081fe68..bf2baad82f34acc44c098ddaea535345304d84c0 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target trampolines } */
 /* { dg-options "" } */
 
 void a() {