[Bug target/88962] Invalid/inconsistent PowerPC TLS variable access

2019-08-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88962 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/88962] Invalid/inconsistent PowerPC TLS variable access

2019-01-21 Thread jirik.svoboda at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88962 --- Comment #2 from Jiri Svoboda --- I added the -fno-section-anchors option to both the compile and link invocations but I am still getting the same result.

[Bug target/88962] Invalid/inconsistent PowerPC TLS variable access

2019-01-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88962 --- Comment #1 from Andrew Pinski --- What happens if you use -fno-section-anchors option? My bet is the section anchor is setting the bias for the static variables to be 32k off of the center.