blob: b38b6dc42e18efc9b0a19736ba2568506d8c1935 [file] [log] [blame]
/* PR target/41985 */
/* { dg-do compile } */
/* { dg-options "" } */
int
main ()
{
int i;
asm volatile ("# %&": : "g" (i)); /* { dg-error "used without any local dynamic TLS references" } */
return 0;
}