Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr82788.c
blob41c442f61a625c8b350e1e4c870a98d86b167031
1 /* { dg-do run } */
2 /* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-probe-interval=10 --param stack-clash-protection-guard-size=12" } */
3 /* { dg-require-effective-target supports_stack_clash_protection } */
4 /* { dg-skip-if "AArch64 does not support this interval." { aarch64*-*-* } } */
5 int main() { int a[1442]; return 0;}