[testsuite] Require et alloca for Wstringop-overflow-3.c
authorTom de Vries <tom@codesourcery.com>
Thu, 15 Feb 2018 13:05:57 +0000 (13:05 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 15 Feb 2018 13:05:57 +0000 (13:05 +0000)
2018-02-15  Tom de Vries  <tom@codesourcery.com>

* gcc.dg/Wstringop-overflow-3.c: Require effective target alloca.

From-SVN: r257687

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wstringop-overflow-3.c

index 6f8326666ece4e4bb57a4ed525bc81cd433ad84d..3d6da2a9ca4b59bce99fa33895a76a252b26fd0e 100644 (file)
@@ -1,3 +1,7 @@
+2018-02-15  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.dg/Wstringop-overflow-3.c: Require effective target alloca.
+
 2018-02-15  Tom de Vries  <tom@codesourcery.com>
 
        * gcc.c-torture/compile/pr84136.c: Require effective target
index 590184461a9225731efacf54dadc28ec87e592e2..6c8cbf3898ebe272cbd7e7136372e72b6b7861e4 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/84238 */
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
+/* { dg-require-effective-target alloca } */
 
 char a[1];
 int b;