testsuite: Add dg-do run to another test
[official-gcc.git] / gcc / testsuite / gcc.target / loongarch / stack-check-cfa-1.c
blobcd72154f46cdc49a2df63c0abaef1466516a06de
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16 -funwind-tables -fno-stack-protector" } */
3 /* { dg-require-effective-target supports_stack_clash_protection } */
4 /* { dg-skip-if "" { *-*-* } { "-fstack-check" } { "" } } */
6 #define SIZE 128*1024
7 #include "stack-check-prologue.h"
9 /* { dg-final { scan-assembler-times {\.cfi_def_cfa_offset 131072} 1 } } */
10 /* { dg-final { scan-assembler-times {\.cfi_def_cfa_offset 0} 1 } } */
12 /* Checks that the CFA notes are correct for every sp adjustment. */