diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 92fa4dd..d1ccc5a 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -1633,7 +1633,8 @@ read_cgraph_and_symbols (unsigned nfiles, const char **fnames) lto_obj_file_close (current_lto_file); current_lto_file = NULL; - ggc_collect (); + /* ??? We'd want but can't ggc_collect () here as the type merging + code in gimple.c uses hashtables that are not ggc aware. */ } if (resolution_file_name) |