comparison gcc/testsuite/gcc.dg/Walloca-larger-than-3.h @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 #if __has_include (<alloca.h>)
2 # include <alloca.h>
3 #endif
4
5 #ifndef alloca
6 /* Simulate a definition in a system header. */
7 # pragma GCC system_header
8 # define alloca(n) __builtin_alloca (n)
9 #endif