Commit 4a6ad083 by Tom de Vries Committed by Tom de Vries

Require nonlocal_goto for gcc.dg/pr78582.c

2017-08-06  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/pr78582.c: Require effective target nonlocal_goto.

From-SVN: r250898
parent b363e726
2017-08-06 Tom de Vries <tom@codesourcery.com> 2017-08-06 Tom de Vries <tom@codesourcery.com>
* gcc.dg/pr78582.c: Require effective target nonlocal_goto.
2017-08-06 Tom de Vries <tom@codesourcery.com>
* gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memmove): Fix return * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memmove): Fix return
type. Add missing return. type. Add missing return.
......
/* PR target/78582. */ /* PR target/78582. */
/* { dg-options "-fprofile-generate" } */ /* { dg-options "-fprofile-generate" } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target nonlocal_goto } */
#include <setjmp.h> #include <setjmp.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment