[Bug c/4910] imacat <imacat@mail.imacat.idv.tw>

froydnj at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 30 16:46:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4910

--- Comment #4 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-05-30 16:42:10 UTC ---
Author: froydnj
Date: Mon May 30 16:42:05 2011
New Revision: 174445

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174445
Log:
fix PR bootstrap/4910
gcc/
    PR bootstrap/49190

    Revert:
    2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>

    * tree.h (struct tree_identifier): Inherit from tree_typed, not
    tree_common.
    (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
    * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
    TS_BASE instead of TS_COMMON.
    * varasm.c (assemble_name): Remove assert.

gcc/c-family/
    PR bootstrap/49190

    Revert:
    2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>

    * c-common.h (struct c_common_identifier): Inherit from tree_typed,
    not tree_common.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.h
    trunk/gcc/tree.c
    trunk/gcc/tree.h
    trunk/gcc/varasm.c



More information about the Gcc-bugs mailing list