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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with r11-3299:

commit cba079f354a55363916759f6f186f92c5616b98a
Author: Sandra Loosemore <san...@codesourcery.com>
Date:   Sat Sep 19 07:32:35 2020 -0700

    Move loop and switch tree data structures from cp/ to c-family/.

    This patch moves the definitions for DO_STMT, FOR_STMT, WHILE_STMT,
    SWITCH_STMT, BREAK_STMT, and CONTINUE_STMT from the C++ front end to
    c-family.  This includes the genericizers, pretty-printers, and dump
    support as well as the tree definitions and accessors.  Some related
    code for OMP_FOR and similar OMP constructs is also moved.

Reply via email to