https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107419
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:8cad8f94b450be9b73d07bdeef7fa1778d3f2b96 commit r16-3673-g8cad8f94b450be9b73d07bdeef7fa1778d3f2b96 Author: H.J. Lu <[email protected]> Date: Fri Sep 5 15:40:51 2025 -0700 c: Update TLS model after processing a TLS variable Set a tentative TLS model in grokvardecl and update TLS mode with the default TLS access model after a TLS variable has been fully processed if the default TLS access model is stronger. gcc/c/ PR c/107419 * c-decl.cc (c_decl_attributes): Update TLS model with the default TLS access model if the default TLS access model is stronger. (grokdeclarator): Set a tentative TLS model which will be updated by c_decl_attributes later. Signed-off-by: H.J. Lu <[email protected]>
