]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/ChangeLog
re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
authorNathan Froyd <froydnj@gcc.gnu.org>
Mon, 30 May 2011 16:42:05 +0000 (16:42 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Mon, 30 May 2011 16:42:05 +0000 (16:42 +0000)
commit4f60111fd430b3ccaf89acd7a869ad2e6c6b7bf6
tree5b3b7820ad927d9f770f301627882613f4e7b180
parentb821466067dd32988497bc8166fe0ae13f9a3b8e
re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)

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.

From-SVN: r174445
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/tree.c
gcc/tree.h
gcc/varasm.c