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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>:

https://gcc.gnu.org/g:8d19fbb2be487f19ed1c48699e17cafe19520525

commit r15-7395-g8d19fbb2be487f19ed1c48699e17cafe19520525
Author: Tamar Christina <tamar.christ...@arm.com>
Date:   Thu Feb 6 17:46:52 2025 +0000

    middle-end: Remove unused internal function after IVopts cleanup [PR118756]

    It seems that after my IVopts patches the function
contain_complex_addr_expr
    became unused and clang is rightfully complaining about it.

    This removes the unused internal function.

    gcc/ChangeLog:

            PR tree-optimization/118756
            * tree-ssa-loop-ivopts.cc (contain_complex_addr_expr): Remove.

Reply via email to