aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/loongarch/stack-check-alloca-3.c
blob: e326ba9a092733d6229b285861aaac4e0bd0c813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16" } */
/* { dg-require-effective-target supports_stack_clash_protection } */
/* { dg-require-effective-target alloca } */
/* { dg-skip-if "" { *-*-* } { "-fstack-check" } { "" } } */

#define SIZE 100
#include "stack-check-alloca.h"

/* { dg-final { scan-assembler-times {st\.d\t\$r0,\$r3,104} 1 } } */

/* Alloca is less than guard-size, 1 probe at the top of the new allocation.  */