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 /* { dg-require-effective-target alloca } */
5 /* { dg-skip-if "" { *-*-* } { "-fstack-check" } { "" } } */
6
7 #define SIZE 0
8 #include "stack-check-alloca.h"
9
10 /* { dg-final { scan-assembler-not {stp*t*r*\.d\t\$r0,\$r3,4088} } } */
11
12 /* Alloca of 0 should emit no probes, boundary condition. */