This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, take 2] Fix PR41357
Dave Korn wrote:
> gcc/ChangeLog:
>
> PR middle-end/41357
> * varasm.c (default_encode_section_info): Copy TLS model into
> sym_ref flags regardless of backend support for TLS, for all
> model types except TLS_MODEL_EMULATED.
>
> Bootstrapped on i686-pc-cygwin and i686-pc-linux-gnu. Tests run before(*)
> and after(**) on Linux with no regressions. Verified on Cygwin that it fixes
> the testcase (and indeed bootstrap), but it'll be days before the results come
> in;
Well, it's gonna be even more days because I ran into PR41404 before I could
run cygwin tests against this. I'm testing that fix first, and on the
assumption that it'll be OK I've got a second bootstrap running now that has
that fix and this one in it together, which I'll use to test this patch
against Cygwin.
> I think we'll be OK, and I'll be around to fix any fallout if it does crop up.
This still stands. How about it? Ping?
cheers,
DaveK