aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 3304132..35a0a9b 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -608,7 +608,7 @@ struct GTY(()) lto_file_decl_data
unsigned id;
/* Symbol resolutions for this file */
- VEC(ld_plugin_symbol_resolution_t,heap) *resolutions;
+ VEC(ld_plugin_symbol_resolution_t,heap) * GTY((skip)) resolutions;
};
typedef struct lto_file_decl_data *lto_file_decl_data_ptr;