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

--- Comment #4 from CVS 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:4911609fbe47d3e4d2765cd67031a7e0ee9f5af0

commit r12-6189-g4911609fbe47d3e4d2765cd67031a7e0ee9f5af0
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Jan 3 12:55:45 2022 +0100

    middle-end/103851 - ensure SSA names are released during OMP lowering

    This makes sure to release moved & remapped SSA names during OMP
    outlining which happens before going into SSA but with SSA names
    created by gimplification around.

    2022-01-03  Richard Biener  <rguent...@suse.de>

            PR middle-end/103851
            * tree-cfg.c (move_sese_region_to_fn): Always release SSA names.

            * g++.dg/gomp/pr103851.C: New testcase.

Reply via email to