On Fri, 5 Sep 2025, H.J. Lu wrote:
> 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_attribut
On Fri, Sep 12, 2025 at 7:50 AM Joseph Myers wrote:
> This breaks building glibc with linker errors for some configurations in
> build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf
> m68k-linux-gnu-coldfire m68k-linux-gnu-coldfire-soft or1k-linux-gnu).
>
> Representative linker
Joseph Myers writes:
> This breaks building glibc with linker errors for some configurations in
> build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf
> m68k-linux-gnu-coldfire m68k-linux-gnu-coldfire-soft or1k-linux-gnu).
>
> Representative linker errors are as follows. Of c
This breaks building glibc with linker errors for some configurations in
build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf
m68k-linux-gnu-coldfire m68k-linux-gnu-coldfire-soft or1k-linux-gnu).
Representative linker errors are as follows. Of course assertion failures
indica
On Fri, 12 Sep 2025, H.J. Lu wrote:
> On Fri, Sep 12, 2025 at 7:50 AM Joseph Myers wrote:
>
> > This breaks building glibc with linker errors for some configurations in
> > build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf
> > m68k-linux-gnu-coldfire m68k-linux-gnu-coldfire-
On Fri, Sep 12, 2025 at 8:18 AM H.J. Lu wrote:
> On Fri, Sep 12, 2025 at 7:50 AM Joseph Myers wrote:
>
>> This breaks building glibc with linker errors for some configurations in
>> build-many-glibcs.py (loongarch64-linux-gnuf64 loongarch64-linux-gnusf
>> m68k-linux-gnu-coldfire m68k-linux-gnu-c
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 T