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

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

https://gcc.gnu.org/g:e01012c459c931ae39558b019107226c232fa4d1

commit r14-10438-ge01012c459c931ae39558b019107226c232fa4d1
Author: Richard Biener <rguent...@suse.de>
Date:   Sun Jun 30 11:34:43 2024 +0200

    tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copy

    The following restricts copying of points-to info from defs that
    might be in regions invoking UB and are never executed.

            PR tree-optimization/115701
            * tree-ssanames.cc (maybe_duplicate_ssa_info_at_copy):
            Only copy info from within the same BB.

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

    (cherry picked from commit b77f17c5feec9614568bf2dee7f7d811465ee4a5)
  • [Bug ipa/115701] [11/12/13/14 R... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to