summaryrefslogtreecommitdiff
path: root/gcc/lto/lto-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-tree.h')
-rw-r--r--gcc/lto/lto-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-tree.h b/gcc/lto/lto-tree.h
index 847348c7253..c29898d4254 100644
--- a/gcc/lto/lto-tree.h
+++ b/gcc/lto/lto-tree.h
@@ -28,7 +28,7 @@ struct GTY(()) lang_identifier
struct tree_identifier base;
};
-struct GTY(()) lang_decl
+struct GTY((variable_size)) lang_decl
{
int dummy; /* Added because ggc does not like empty structs. */
};