* gcc.dg/vla-24.c: Requires alloca.

From-SVN: r231303
This commit is contained in:
Nathan Sidwell 2015-12-04 19:58:43 +00:00 committed by Nathan Sidwell
parent 18c8f1a812
commit 2331aa0069
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-12-04 Nathan Sidwell <nathan@acm.org>
* gcc.dg/vla-24.c: Requires alloca.
2015-12-04 Vladimir Makarov <vmakarov@redhat.com> 2015-12-04 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/68349 PR rtl-optimization/68349

View File

@ -2,6 +2,7 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
/* { dg-require-effective-target alloca } */
extern void abort (void); extern void abort (void);