OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / c-lang.h
index c0bdc7c..256a269 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for C language specific types.
-   Copyright (C) 2009
+   Copyright (C) 2009, 2010
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -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.  */