1  /* { dg-do compile } */
       2  /* { dg-require-effective-target tls_native } */
       3  /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-symbol=my_guard" } */
       4  /* We don't expect GOT relocations; should we?  */
       5  /* { dg-additional-options "-fno-PIE" { target ia32 } } */
       6  
       7  void f(void) { }
       8  
       9  /* { dg-final { scan-assembler "gs:my_guard" } } */