aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr82788.c
blob: f5cb333f619b6781841ab110343f4a7b87b4b119 (plain)
1
2
3
4
5
/* { dg-do run } */
/* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-probe-interval=10 --param stack-clash-protection-guard-size=12" } */
/* { dg-require-effective-target supports_stack_clash_protection } */
/* { dg-skip-if "RISC-V and AArch64 do not support this interval." { riscv*-*-* aarch64*-*-* } } */
int main() { int a[1442]; return 0;}