Re: [PATCH] ipa-visibility: remove assert in TLS optimization [PR107353]

2022-10-26 Thread Martin Jambor
Hi, On Wed, Oct 26 2022, Alexander Monakov wrote: > When upgrading TLS access model based on optimized symbol visibility > status, we attempted to assert that recomputing the model would not > weaken it. It turns out that C, C++, and Fortran front-ends all can > (unintentionally) assign a stronger

[PATCH] ipa-visibility: remove assert in TLS optimization [PR107353]

2022-10-26 Thread Alexander Monakov
When upgrading TLS access model based on optimized symbol visibility status, we attempted to assert that recomputing the model would not weaken it. It turns out that C, C++, and Fortran front-ends all can (unintentionally) assign a stronger model than what can be derived from the declaration. Let'