X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Flto-streamer.h;h=e11da75b3fe342af0fd02ba75f37b36b7ba19c54;hp=65e2b3f4c75f71773c6764a3ec449c17ea1a4275;hb=b7291f1a08134801e309d53259f38a1053079346;hpb=ba41b7853cebcf015d998fb8864ad4d25babb8a8 diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 65e2b3f4c75..e11da75b3fe 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -354,7 +354,7 @@ struct lto_streamer_cache_d unsigned next_slot; /* The nodes pickled so far. */ - VEC(tree,gc) *nodes; + VEC(tree,heap) *nodes; /* Offset into the stream where the nodes have been written. */ VEC(unsigned,heap) *offsets;