stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIST entrie...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 26 Mar 2000 19:01:55 +0000 (19:01 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 26 Mar 2000 19:01:55 +0000 (14:01 -0500)
commitad41cc2a20f92582f8092ec0aace33cb600277bb
tree31e1f65a65f2d08101e10be677ffa2b0f9d62f5c
parentec386958dacc648b01a60b0b32d21c6fdcfc3c49
stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIST entries, not types.

* stor-layout.c (layout_type, set_sizetype): early_type_list is
now a list of TREE_LIST entries, not types.
* tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
* java/decl.c (init_decl_processing): Call initialize_sizetypes once.
Adjust order of making types.
Make bitsize_*_node values.

From-SVN: r32751
gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/decl.c
gcc/stor-layout.c
gcc/tree.c