(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
loongarch/
stack-check-prologue-7.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16" } */
       3  /* { dg-require-effective-target supports_stack_clash_protection } */
       4  /* { dg-skip-if "" { *-*-* } { "-fstack-check" } { "" } } */
       5  
       6  #define SIZE 6 * 64 * 1024
       7  #include "stack-check-prologue.h"
       8  
       9  /* { dg-final { scan-assembler-times {stp*t*r*.d\t\$r0,\$r3,0} 1 } } */
      10  
      11  /* SIZE is more than 4x guard-size and no remainder, 1 probe expected in a loop
      12     and no residual probe.  */