https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:1ec99f67bbf748143a177cc34dd41c87f9803ffc

commit r13-9574-g1ec99f67bbf748143a177cc34dd41c87f9803ffc
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Nov 26 09:46:51 2024 +0100

    builtins: Fix up DFP ICEs on __builtin_fpclassify [PR102674]

    This patch is similar to the one I've just posted, __builtin_fpclassify
also
    needs to print decimal float minimum differently and use real_from_string3.
    Plus I've done some formatting fixes.

    2024-11-26  Jakub Jelinek  <ja...@redhat.com>

            PR middle-end/102674
            * builtins.cc (fold_builtin_fpclassify): Use real_from_string3
rather
            than real_from_string.  Use "1E%d" format string rather than
"0x1p%d"
            for decimal float minimum.  Formatting fixes.

            * gcc.dg/dfp/pr102674.c: New test.

    (cherry picked from commit 5bb36d832c955e575bd458a02f3c6c5b28564aed)
  • [Bug middle-end/102674] interna... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to