aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Dimitrov <dimitar@dinux.eu>2024-11-02 20:20:56 +0200
committerDimitar Dimitrov <dimitar@dinux.eu>2024-11-02 23:02:41 +0200
commit5e40dcf2458aab0441221f89af10f4c5682a8f63 (patch)
treeec213f77c5cf7c0d5ad40dd2a891aa3906d130c1
parent10c75e2a2a15e35bd6e70503ef7e3e119ae90775 (diff)
downloadgcc-5e40dcf2458aab0441221f89af10f4c5682a8f63.zip
gcc-5e40dcf2458aab0441221f89af10f4c5682a8f63.tar.gz
gcc-5e40dcf2458aab0441221f89af10f4c5682a8f63.tar.bz2
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 <dimitar@dinux.eu>
-rw-r--r--gcc/testsuite/gcc.dg/pr117245.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr117245.c b/gcc/testsuite/gcc.dg/pr117245.c
index ebcc60b..bf2baad 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() {