https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski changed:
What|Removed |Added
CC||qiyao at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski changed:
What|Removed |Added
Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
--- Comment #4 from Andrew Pinski ---
if (GET_CODE (rtl) == SYMBOL_REF
&& SYMBOL_REF_TLS_MODEL (rtl) != TLS_MODEL_NONE)
{
dw_loc_descr_ref temp;
/* If this is not defined, we have no way to emit the da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-09-19
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
--- Comment #2 from Stan Cox ---
tls variables on aarch64 lack location info:
[6e]variable abbrev: 5
name (strp) "rage"
decl_file(data1) tlsdwarf.c (1)
decl_li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
--- Comment #1 from Stan Cox ---
Created attachment 49335
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49335&action=edit
tls test program