1 /* { dg-do compile { target i?86-*-* x86_64-*-* rs6000-*-* s390x-*-* } } */
2 /* { dg-options "-O2 -fstack-protector-all" } */
10 /* { dg-final { scan-assembler-times "stack_chk_fail" 1 } } */
12 /* When compiling for PI[EC], we issue a .hidden stack_chk_fail_local,
13 that causes the above to fail the expected match count. */
14 /* { dg-additional-options "-fno-PIC" } */