Wednesday, June 26, 2024 5:56 PM Andrew Pinski <[email protected]> wrote: > > I think this caused profilebootstrap failure on x86_64-linux-gnu. > I notice the definition of GOT_ALIAS_SET for all non mingw targets is > now just -1. That seems very wrong to me. > It was originally: > ``` > alias_set_type > x86_GOT_alias_set (void) > { > static alias_set_type set = -1; > if (set == -1) > set = new_alias_set (); > return set; > } > ``` > And GOT_ALIAS_SET is used in more than COFF areas. Can you please fix > this definition? > > Thanks, > Andrew Pinski >
I am working on the fix and will try to validate and submit it today. Regards, Evgeny
