https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110011
Kewen Lin <linkw at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org, | |g...@the-meissners.org, | |linkw at gcc dot gnu.org, | |segher at gcc dot gnu.org Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gnu.org --- Comment #3 from Kewen Lin <linkw at gcc dot gnu.org> --- Thanks for reporting, this exposes one issue that: when encoding KFmode constant into toc, it uses the format for the current long double, it could be wrong if the current long double is with IBM format instead of IEEE format. I have a patch.