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

--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Mon Oct 17 08:54:03 2016
New Revision: 241231

URL: https://gcc.gnu.org/viewcvs?rev=241231&root=gcc&view=rev
Log:
        PR bootstrap/77995
        Backport from mainline
        2016-10-11  Eric Botcazou  <ebotca...@adacore.com>

        * tree.h (build_complex_type): Add second parameter with default.
        * tree.c (build_complex_type): Add NAMED second parameter and adjust
        recursive call.  Create a TYPE_DECL only if NAMED is true.
        (build_common_tree_nodes): Pass true in calls to build_complex_type.

Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/tree.c
    branches/gcc-6-branch/gcc/tree.h

Reply via email to