Require effective target nonlocal_goto in pr79244.c

2017-03-24  Tom de Vries  <tom@codesourcery.com>

	PR testsuite/80092
	* gcc.dg/torture/pr79244.c: Add dg-require-effective-target
	nonlocal_goto.

From-SVN: r246434
This commit is contained in:
Tom de Vries 2017-03-24 06:28:42 +00:00 committed by Tom de Vries
parent 90e0269253
commit 1658def9bd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2017-03-24 Tom de Vries <tom@codesourcery.com>
PR testsuite/80092
* gcc.dg/torture/pr79244.c: Add dg-require-effective-target
nonlocal_goto.
2017-03-24 Tom de Vries <tom@codesourcery.com>
PR testsuite/80092

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target nonlocal_goto } */
long buf[5];
int bar (void);