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  
       5  #define SIZE 1280*1024 + 512
       6  #include "stack-check-prologue.h"
       7  
       8  /* { dg-final { scan-assembler-times {\.cfi_def_cfa [0-9]+, 1310720} 1 } } */
       9  /* { dg-final { scan-assembler-times {\.cfi_def_cfa_offset 1311232} 1 } } */
      10  /* { dg-final { scan-assembler-times {\.cfi_def_cfa_offset 1310720} 1 } } */
      11  /* { dg-final { scan-assembler-times {\.cfi_def_cfa_offset 0} 1 } } */
      12  
      13  /* Checks that the CFA notes are correct for every sp adjustment.  */