[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-09-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-09-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-09-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-09-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug debug/97344] aarch64 tls debuginfo missing location info

2021-09-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-09-19 Ever confirmed|0

[Bug debug/97344] aarch64 tls debuginfo missing location info

2020-10-08 Thread scox at redhat dot com via Gcc-bugs
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

[Bug debug/97344] aarch64 tls debuginfo missing location info

2020-10-08 Thread scox at redhat dot com via Gcc-bugs
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