OSDN Git Service

2011-07-05 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jul 2011 14:39:30 +0000 (14:39 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jul 2011 14:39:30 +0000 (14:39 +0000)
commite593356bdcb9535e9e225682fb58e9f111a9bd41
treef391ed6d53fb9f966d7fd03f3dfafdac098f4acd
parent2a556654cacdccf03b05488f557f3619951c82d2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175856 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/cp/ChangeLog
gcc/cp/decl.c