re PR c/38408 (compilation error during bootstrap in fold-const.c using TOT!)

PR c/38408
	* fold-const.c (fold_checksum_tree): Change buf type to union
	tree_node.

From-SVN: r142468
This commit is contained in:
Jakub Jelinek 2008-12-05 09:51:36 +01:00 committed by Jakub Jelinek
parent 250d2fb5b2
commit ea6dafb028
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-12-05 Jakub Jelinek <jakub@redhat.com>
PR c/38408
* fold-const.c (fold_checksum_tree): Change buf type to union
tree_node.
2008-11-07 Sebastian Pop <sebastian.pop@amd.com>
PR bootstrap/38262

View File

@ -13340,7 +13340,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, htab_t ht)
{
const void **slot;
enum tree_code code;
struct tree_function_decl buf;
union tree_node buf;
int i, len;
recursive_label: