diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wstringop-overflow-57.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Wstringop-overflow-57.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-57.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-57.c index 6ae8589..173aa16 100644 --- a/gcc/testsuite/gcc.dg/Wstringop-overflow-57.c +++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-57.c @@ -1,8 +1,7 @@ /* Verify that an anti-range ~[A, B] with small positive A and B is handled correctly and doesn't trigger warnings. { dg-do compile } - { dg-options "-O2 -Wall" } - { dg-require-effective-target alloca } */ + { dg-options "-O2 -Wall" } */ typedef __typeof__ (sizeof 0) size_t; |