PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / stack-prot-guard.c
blob120ef3cf5c189c715dffcc5fdfdb2ca2f071ba12
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-offset=0x3038" } */
4 void f(void) { }
6 /* { dg-final { scan-assembler "gs:12344" } } */