aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog4
-rw-r--r--gcc/c/c-lang.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index b50ce92..2c40784 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-24 Uros Bizjak <ubizjak@gmail.com>
+
+ * c-lang.h (lang_decl): Add variable_size GTY option.
+
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
* c-decl.c: Include dumpfile.h instead of tree-dump.h.
diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h
index 256a269..33271dc 100644
--- a/gcc/c/c-lang.h
+++ b/gcc/c/c-lang.h
@@ -36,7 +36,7 @@ struct GTY((variable_size)) lang_type {
tree objc_info;
};
-struct GTY(()) lang_decl {
+struct GTY((variable_size)) lang_decl {
char dummy;
};