[Bug target/119958] TLS relaxation does not allow addq with GOTTPOFF

2025-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958 --- Comment #8 from Jakub Jelinek --- Though, I guess testing address of __thread weak for non-NULL or NULL makes no sense. Address of it will be never NULL even when it is not defined. Which is because the instructions compute the thread segmen

[Bug target/119958] TLS relaxation does not allow addq with GOTTPOFF

2025-04-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958 --- Comment #9 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #8) > Though, I guess testing address of __thread weak for non-NULL or NULL makes > no sense. > Address of it will be never NULL even when it is not defined. > Which i

[Bug target/119958] TLS relaxation does not allow addq with GOTTPOFF

2025-04-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958 Andrew Pinski changed: What|Removed |Added Known to fail||3.4.6 --- Comment #7 from Andrew Pinski