PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / stack-prot-sym.c
blob7f63424c55f3bd1b1095c2d070105811b246d176
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-symbol=my_guard" } */
4 void f(void) { }
6 /* { dg-final { scan-assembler "gs:my_guard" } } */