https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142

--- Comment #8 from tomas_paukrt at conel dot cz ---
Conditions for reproducing the bug:
- ARM architecture
- O1 or better optimalization
- TLS model global-dynamic or local-dynamic
- TLS dialect gnu
- at least two static thread local variables while the first is larger than
page size

If all these conditions are met then address of the second variable seems to be
miscalculated (difference of addresses is much larger than size of the first
variable).

Reply via email to