blob: dcd7cbd38be380857ab2d6ca6e4db71f60c04313 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target tls_native } */
/* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-symbol=my_guard" } */
void f(void) { }
/* { dg-final { scan-assembler "gs:my_guard" } } */