]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cgraph.h
* gengtype.c (open_base_files): Add lto-streamer.h
[thirdparty/gcc.git] / gcc / cgraph.h
index f063cb4a41fdd923690e417351631187e721398f..cc691297b628aedccbd40c14e613f07f4ce40a34 100644 (file)
@@ -87,7 +87,7 @@ struct GTY(()) cgraph_thunk_info {
 
 struct GTY(()) cgraph_local_info {
   /* File stream where this node is being written to.  */
-  struct lto_file_decl_data * GTY ((skip)) lto_file_data;
+  struct lto_file_decl_data * lto_file_data;
 
   struct inline_summary inline_summary;