diff options
author | Richard Guenther <rguenther@suse.de> | 2011-07-05 14:39:30 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-07-05 14:39:30 +0000 |
commit | fce5dddd3da4c6b9818b60a358b1e4869f922114 (patch) | |
tree | f391ed6d53fb9f966d7fd03f3dfafdac098f4acd /gcc/cp/ChangeLog | |
parent | 12037899ea37255a21d90902bb00c1183fc17fb6 (diff) | |
download | gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.zip gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.tar.gz gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.tar.bz2 |
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
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 90a80ee..d3aa1a9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-05 Richard Guenther <rguenther@suse.de> + + * decl.c (cxx_init_decl_processing): Defer building common + tree nodes to c_common_nodes_and_builtins. + 2011-07-04 Jason Merrill <jason@redhat.com> DR 1207 |