1 /* { dg-do compile } */ 2 /* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16" } */ 3 /* { dg-require-effective-target supports_stack_clash_protection } */ 4 5 #define SIZE 2 * 1024 6 #include "stack-check-alloca.h" 7 8 /* { dg-final { scan-assembler-times {str\s+xzr, \[sp, 1024\]} 1 } } */ 9 10 /* Alloca is more than 1kB, but less than guard-size, 1 probe expected at 11 1kB offset. */ 12