https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118560
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:5ddcf049376fe77e4895b857b22b3c142930b86b commit r15-7104-g5ddcf049376fe77e4895b857b22b3c142930b86b Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Jan 21 16:53:14 2025 +0100 testsuite: Add testcase for already fixed PR [PR118560] The fix for this PR has been committed without a testcase. The following testcase would take at least 15 minutes to compile on a fast machine (powerpc64-linux both -m32 or -m64), now it takes 100ms. 2025-01-21 Jakub Jelinek <ja...@redhat.com> PR target/118560 * gcc.dg/dfp/pr118560.c: New test.