c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.
authorRichard Guenther <rguenther@suse.de>
Tue, 5 Jul 2011 14:39:30 +0000 (14:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 5 Jul 2011 14:39:30 +0000 (14:39 +0000)
commitfce5dddd3da4c6b9818b60a358b1e4869f922114
treef391ed6d53fb9f966d7fd03f3dfafdac098f4acd
parent12037899ea37255a21d90902bb00c1183fc17fb6
c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.

2011-07-05  Richard Guenther  <rguenther@suse.de>

c-family/
* c-common.c (c_common_nodes_and_builtins): Build all common
tree nodes first.

* c-decl.c (c_init_decl_processing): Defer building common
tree nodes to c_common_nodes_and_builtins.

cp/
* decl.c (cxx_init_decl_processing): Defer building common
tree nodes to c_common_nodes_and_builtins.

From-SVN: r175856
gcc/ChangeLog
gcc/c-decl.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/cp/ChangeLog
gcc/cp/decl.c