blob: 0bef3c5b60c2abab6c28abd41444b5e3569c3652 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16" } */
/* { dg-require-effective-target supports_stack_clash_protection } */
#define SIZE 63 * 1024
#include "stack-check-prologue.h"
/* { dg-final { scan-assembler-times {str\s+xzr,} 1 } } */
/* SIZE is exactly guard-size - 1Kb, boundary condition so 1 probe expected.
*/