[Bug c/87998] defining an alias for a TLS variable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87998 Martin Sebor changed: What|Removed |Added Keywords||accepts-invalid --- Comment #2 from Marti
[Bug c/87998] defining an alias for a TLS variable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87998 --- Comment #1 from Andrew Pinski --- Looks like the alias is bound to the initial value area which is mapped into the memory so when a thread is started that value can be used.