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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:95c25cb09f58810bc520c3db469945c6a751aa32

commit r15-9065-g95c25cb09f58810bc520c3db469945c6a751aa32
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Mar 31 10:02:27 2025 +0200

    tree-optimization/119532 - ICE with fixed-point tail recursion

    The following disables tail recursion optimization when fixed-point
    types are involved as we cannot generate -1 for all fixed-point
    types.

            PR tree-optimization/119532
            * tree-tailcall.cc (process_assignment): FAIL for fixed-point
            typed functions.

            * gcc.dg/torture/pr119532.c: New testcase.

Reply via email to