https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109765
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |bootstrap
Keywords| |build, ice-on-valid-code
Target Milestone|--- |14.0
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The crash is coming from this:
sprintf (name, "__%s_MIN__", name_prefix);
sprintf (buf, "0x1p%d", fmt->emin - 1);
builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix,
fp_cast);
The only patch which might have an effect on this is r14-554 I think.
Trying to do a bootstrap right now.