On Wed, 10 Sep 2025, H.J. Lu wrote:
> Since C, C++, and Fortran front-ends now set the TLS access model after > a variable has been fully processed, not in the middle of processing it, > add an option, -fipa-tls-access, for TLS access optimization as the part > of IPA whole-program visibility optimization. Enabled by default, it > doesn't check tls_model attribute when optimizing TLS access since Thank you, in this version of the patch all my concerns are addressed (but I cannot approve it for trunk). Alexander