diff options
Diffstat (limited to 'gcc/c-lang.h')
-rw-r--r-- | gcc/c-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lang.h b/gcc/c-lang.h index c0bdc7c..4fe1835 100644 --- a/gcc/c-lang.h +++ b/gcc/c-lang.h @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-common.h" #include "ggc.h" -struct GTY(()) lang_type { +struct GTY((variable_size)) lang_type { /* In a RECORD_TYPE, a sorted array of the fields of the type. */ struct sorted_fields_type * GTY ((reorder ("resort_sorted_fields"))) s; /* In an ENUMERAL_TYPE, the min and max values. */ |