diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wstringop-overflow-56.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Wstringop-overflow-56.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-56.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-56.c index 5ba4de4..b3e598c 100644 --- a/gcc/testsuite/gcc.dg/Wstringop-overflow-56.c +++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-56.c @@ -1,8 +1,7 @@ /* PR middle-end/92942 - missing -Wstringop-overflow for allocations with a negative lower bound size { dg-do compile } - { dg-options "-O2 -Wall" } - { dg-require-effective-target alloca } */ + { dg-options "-O2 -Wall" } */ #define SIZE_MAX __SIZE_MAX__ #define UINT8_MAX __UINT8_MAX__ |