comparison gcc/testsuite/gcc.dg/Walloca-larger-than.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR middle-end/82063 - issues with arguments enabled by -Wall 1 /* PR middle-end/82063 - issues with arguments enabled by -Wall
2 { dg-do compile } 2 { dg-do compile }
3 { dg-require-effective-target alloca }
3 { dg-options "-O2 -Walloca-larger-than=0 -Wvla-larger-than=0 -ftrack-macro-expansion=0" } */ 4 { dg-options "-O2 -Walloca-larger-than=0 -Wvla-larger-than=0 -ftrack-macro-expansion=0" } */
4 5
5 extern void* alloca (__SIZE_TYPE__); 6 extern void* alloca (__SIZE_TYPE__);
6 7
7 void sink (void*); 8 void sink (void*);