'gcc.dg/pr88870.c': don't 'dg-require-effective-target nonlocal_goto' (was: [committed][testsuite] Add missing dg-require-effective-target nonlocal_goto)

2025-02-08 Thread Thomas Schwinge
Hi! On 2019-06-20T12:39:48+0200, Tom de Vries wrote: > Add missing dg-require-effective-target nonlocal_goto. > > Tested on nvptx. > --- a/gcc/testsuite/gcc.dg/pr88870.c > +++ b/gcc/testsuite/gcc.dg/pr88870.c > @@ -1,5 +1,6 @@ > /* PR rtl-optimization/88870 */ > /* { dg-do compile } */ > +/* {

[committed][testsuite] Add missing dg-require-effective-target nonlocal_goto

2019-06-20 Thread Tom de Vries
Hi, Add missing dg-require-effective-target nonlocal_goto. Tested on nvptx. Committed to trunk. Thanks, - Tom [testsuite] Add missing dg-require-effective-target nonlocal_goto 2019-06-20 Tom de Vries * gcc.c-torture/compile/pr89280.c: Require nonlocal_goto. * gcc.dg/pr8887