diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wstringop-overflow-39.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Wstringop-overflow-39.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-39.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-39.c index 295a38d..f83646a 100644 --- a/gcc/testsuite/gcc.dg/Wstringop-overflow-39.c +++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-39.c @@ -1,8 +1,7 @@ /* PR middle-end/95667 - unintended warning for memset writing across multiple members { dg-do compile } - { dg-options "-O2 -Wall" } - { dg-require-effective-target alloca } */ + { dg-options "-O2 -Wall" } */ extern void sink (void*); |