[Bug middle-end/82546] tree_size handling for TYPE nodes is confused

nathan at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 17 14:49:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82546

--- Comment #1 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Tue Oct 17 14:49:05 2017
New Revision: 253817

URL: https://gcc.gnu.org/viewcvs?rev=253817&root=gcc&view=rev
Log:
[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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-objcp-common.c
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c
    trunk/gcc/tree.c


More information about the Gcc-bugs mailing list