require trampolines for pr85044
authorAlexandre Oliva <oliva@adacore.com>
Fri, 16 Aug 2019 03:39:02 +0000 (03:39 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 16 Aug 2019 03:39:02 +0000 (03:39 +0000)
Testcases that require support for trampolines should be marked as
such; gcc.target/i386/pr85044.c was missing it.  Fixed.

for  gcc/testsuite/ChangeLog

* gcc.target/i386/pr85044.c: Require support for trampolines.

From-SVN: r274560

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr85044.c

index d75c646ba34791c9eae8568c08ff8645cfc63065..3217ee2726ef64e2b930b0b29af556ef1e25fa81 100644 (file)
@@ -1,5 +1,7 @@
 2019-08-16  Alexandre Oliva <oliva@adacore.com>
 
+       * gcc.target/i386/pr85044.c: Require support for trampolines.
+
        * gcc.target/i386/asm-4.c: Use amd64 natural addressing mode
        on all __LP64__ targets.
 
index a25cc7fe3252baff438de41455985f068163b130..02ef91d3dbbb913d299548aec5cf2720f9d4aa16 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run { target cet } } */
+/* { dg-require-effective-target trampolines } */
 /* { dg-options "-O2 -fcf-protection=branch" } */
 
 void callme (void (*callback) (void));