Commit b6ecbf31 by Tom de Vries Committed by Tom de Vries

Require effective target alloca for pr82875.c

2017-12-04  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/pr82875.c: Require effective target alloca.

From-SVN: r255374
parent b2ab3c17
2017-12-04 Tom de Vries <tom@codesourcery.com>
* gcc.dg/pr82875.c: Require effective target alloca.
2017-12-03 Thomas Koenig <tkoenig@gcc.gnu.org> 2017-12-03 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/36313 PR fortran/36313
......
/* PR middle-end/82875 */ /* PR middle-end/82875 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-ftree-ter" } */ /* { dg-options "-ftree-ter" } */
/* { dg-require-effective-target alloca } */
const int a = 100; const int a = 100;
......
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