This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite, committed] Require et indirect_jumps for pr84136.c


Hi,

this patch requires effective target indirect_jumps for test-case pr84136.c.

Committed.

Thanks,
- Tom
[testsuite] Require et indirect_jumps for pr84136.c

2018-02-15  Tom de Vries  <tom@codesourcery.com>

	* gcc.c-torture/compile/pr84136.c: Require effective target
	indirect_jumps.

---
 gcc/testsuite/gcc.c-torture/compile/pr84136.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.c-torture/compile/pr84136.c b/gcc/testsuite/gcc.c-torture/compile/pr84136.c
index 0a70e4e..aa6afb8 100644
--- a/gcc/testsuite/gcc.c-torture/compile/pr84136.c
+++ b/gcc/testsuite/gcc.c-torture/compile/pr84136.c
@@ -1,3 +1,5 @@
+/* { dg-require-effective-target indirect_jumps } */
+
 void* a;
 
 void foo() {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]