Require nonlocal_goto for gcc.c-torture/compile/pr82337.c
authorTom de Vries <tom@codesourcery.com>
Mon, 2 Oct 2017 09:02:05 +0000 (09:02 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 2 Oct 2017 09:02:05 +0000 (09:02 +0000)
2017-10-02  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r253338

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr82337.c

index 992ac3c..cab94f9 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-02  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.c-torture/compile/pr82337.c: Add
+       dg-require-effective-target nonlocal_goto.
+
 2017-10-02  Richard Sandiford  <richard.sandiford@linaro.org>
            Alan Hayward  <alan.hayward@arm.com>
            David Sherwood  <david.sherwood@arm.com>
index f8afa74..e6060e4 100644 (file)
@@ -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 {