]> gcc.gnu.org Git - gcc.git/commit
make TS_IDENTIFIER be a substructure of TS_TYPED
authorNathan Froyd <froydnj@codesourcery.com>
Thu, 26 May 2011 13:29:42 +0000 (13:29 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Thu, 26 May 2011 13:29:42 +0000 (13:29 +0000)
commita2fc3e63a7a37de2a277cd28a1d63c9fe7e3a067
tree71e4e6c7963faa2886890a08d7637546b3e94f30
parentb613992600ec23a017a1c1d2c82adf0fe06cdd92
make TS_IDENTIFIER be a substructure of TS_TYPED

make TS_IDENTIFIER be a substructure of TS_TYPED
gcc/
* 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/
* c-common.h (struct c_common_identifier): Inherit from tree_typed,
not tree_common.

From-SVN: r174286
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/tree.c
gcc/tree.h
gcc/varasm.c
This page took 0.056057 seconds and 5 git commands to generate.