diff options
Diffstat (limited to 'gcc/lto/lto-tree.h')
-rw-r--r-- | gcc/lto/lto-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto/lto-tree.h b/gcc/lto/lto-tree.h index b1c3d2a..4e3f5d6 100644 --- a/gcc/lto/lto-tree.h +++ b/gcc/lto/lto-tree.h @@ -28,12 +28,12 @@ struct GTY(()) lang_identifier struct tree_identifier base; }; -struct GTY((variable_size)) lang_decl +struct GTY(()) lang_decl { int dummy; /* Added because ggc does not like empty structs. */ }; -struct GTY((variable_size)) lang_type +struct GTY(()) lang_type { int dummy; /* Added because ggc does not like empty structs. */ }; |