diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wstringop-overflow-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Wstringop-overflow-3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c index 6c8cbf3..5901844 100644 --- a/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c +++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-3.c @@ -1,7 +1,6 @@ /* PR tree-optimization/84238 */ /* { dg-do compile } */ /* { dg-options "-O2" } */ -/* { dg-require-effective-target alloca } */ char a[1]; int b; |