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, nvptx, committed] Require nonlocal_goto for gcc.c-torture/compile/pr82337.c


Hi,

this patch requires effective target nonlocal_goto for gcc.c-torture/compile/pr82337.c.

Committed.

Thanks,
- Tom
Require nonlocal_goto for gcc.c-torture/compile/pr82337.c

2017-10-02  Tom de Vries  <tom@codesourcery.com>

	* gcc.c-torture/compile/pr82337.c: Add
	dg-require-effective-target nonlocal_goto.

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

diff --git a/gcc/testsuite/gcc.c-torture/compile/pr82337.c b/gcc/testsuite/gcc.c-torture/compile/pr82337.c
index f8afa74..e6060e4 100644
--- a/gcc/testsuite/gcc.c-torture/compile/pr82337.c
+++ b/gcc/testsuite/gcc.c-torture/compile/pr82337.c
@@ -1,5 +1,7 @@
 /* PR82337: SLSR needs to prevent abnormal SSA names from
    serving as a basis. */
+/* { dg-require-effective-target nonlocal_goto } */
+
 char *a, *b, *c;
 
 struct d {

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