https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111736
Alexander Monakov <amonakov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #2 from Alexander Monakov <amonakov at gcc dot gnu.org> --- Looks that way — even though __seg_gs AS is a subset of the generic AS, the compiler has no way to find out the base of __seg_gs. We already skip registering TLS data with ASan: __thread int x; int foo (void) { return x; }