aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r--gcc/lto/lto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c
index 0cea778..470f3c1 100644
--- a/gcc/lto/lto.c
+++ b/gcc/lto/lto.c
@@ -49,6 +49,9 @@ along with GCC; see the file COPYING3. If not see
#include "context.h"
#include "pass_manager.h"
+/* Vector to keep track of external variables we've seen so far. */
+vec<tree, va_gc> *lto_global_var_decls;
+
static GTY(()) tree first_personality_decl;
/* Returns a hash code for P. */