tree.h (build_complex_type): Add second parameter with default.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 11 Oct 2016 08:05:31 +0000 (08:05 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 11 Oct 2016 08:05:31 +0000 (08:05 +0000)
commit2e33e1c46fae2695b076585af87d7844e19c3486
treefde1325af80b57e8bb6e698189eba8855d43cfe6
parent76beabf41a6e89bc773ede6c7709d41b3be14821
tree.h (build_complex_type): Add second parameter with default.

* 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.

From-SVN: r240967
gcc/ChangeLog
gcc/tree.c
gcc/tree.h