[PATCH PR/82546] tree node size
commit6273fc17959bbdad41d6e92ee80f5d61a921f61d
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2017 14:49:05 +0000 (17 14:49 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2017 14:49:05 +0000 (17 14:49 +0000)
tree0a9abc2a8f40b61202554b123b8a167f236f726b
parent480400843e44e43c9235b4fcf81489b9c0b8d9bc
[PATCH PR/82546] tree node size

https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00899.html
PR middle-end/82546
gcc/
* tree.c (tree_code_size): Reformat.  Punt to lang hook for unknown
TYPE nodes.
gcc/cp/
* cp-objcp-common.c (cp_tree_size): Reformat.  Adjust returns size
of TYPE nodes.
gcc/objc/
* objc-act.c (objc_common_tree_size): Return size of TYPE nodes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253817 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/tree.c