1  /* Verify that we get errors for trying to put TLS data in 
       2     sections which can't work.  */
       3  /* { dg-do compile { target *-*-vxworks } } */
       4  /* { dg-require-effective-target tls } */
       5  
       6  #define A(X)	__attribute__((section(X)))
       7  
       8  __thread int i A("foo"); /* { dg-error "cannot be overridden" } */