https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I am 99% sure it was caused by r14-4485-gc1e474785859c9630fcae19c8d2d606f5642c636 . I suspect the check on lrint<mode>di2 should have been changed to `TARGET_HARD_FLOAT && TARGET_POWERPC64` instead of just `TARGET_HARD_FLOAT`.