[Bug dynamic-link/27004] ld.so is miscompiled by GCC 11

fweimer at redhat dot com sourceware-bugzilla@sourceware.org
Thu Dec 3 12:43:16 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=27004

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
__builtin_thread_pointer is potentially trapping (which is the root of the
problem). Does GCC know about that? It also results in a load followed by an
add, instead of a single load, I think. Using the __segfs or __seggs namespaces
looks preferable to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list