From c01ad1819c41f6cd74a1581903539360b4cfb0cf Mon Sep 17 00:00:00 2001 From: vries Date: Thu, 15 Feb 2018 13:05:57 +0000 Subject: [testsuite] Require et alloca for Wstringop-overflow-3.c 2018-02-15 Tom de Vries * gcc.dg/Wstringop-overflow-3.c: Require effective target alloca. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257687 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/Wstringop-overflow-3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/testsuite/gcc.dg/Wstringop-overflow-3.c') diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c index 590184461a9..6c8cbf3898e 100644 --- a/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c +++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c @@ -1,6 +1,7 @@ /* PR tree-optimization/84238 */ /* { dg-do compile } */ /* { dg-options "-O2" } */ +/* { dg-require-effective-target alloca } */ char a[1]; int b; -- cgit v1.2.1