https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112993
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>: https://gcc.gnu.org/g:fa86f510f51e6d940a28ea997fca3a6e3f50b4d3 commit r15-2086-gfa86f510f51e6d940a28ea997fca3a6e3f50b4d3 Author: Kewen Lin <li...@linux.ibm.com> Date: Wed Jul 17 00:17:42 2024 -0500 ranger: Revert the workaround introduced in PR112788 [PR112993] This reverts commit r14-6478-gfda8e2f8292a90 "range: Workaround different type precision between _Float128 and long double [PR112788]" as the fixes for PR112993 make all 128 bits scalar floating point have the same 128 bit precision, this workaround isn't needed any more. PR target/112993 gcc/ChangeLog: * value-range.h (range_compatible_p): Remove the workaround on different type precision between _Float128 and long double.