diff options
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 2a32958a023..23449f70aee 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -732,7 +732,7 @@ DFS::DFS_write_tree_body (struct output_block *ob, static hashval_t hash_tree (struct streamer_tree_cache_d *cache, hash_map<tree, hashval_t> *map, tree t) { - inchash hstate; + inchash::hash hstate; #define visit(SIBLING) \ do { \ |