c-common.c: Add GTY to vector_type_node_list.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 31 Oct 2002 06:57:28 +0000 (06:57 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 31 Oct 2002 06:57:28 +0000 (06:57 +0000)
2002-10-30  Aldy Hernandez  <aldyh@redhat.com>

        * c-common.c: Add GTY to vector_type_node_list.

From-SVN: r58666

gcc/ChangeLog
gcc/c-common.c

index 4031d7bf8630f2ff926bd6f309a6fd79fa4c95d3..69c735e05272c9f0adb87c4f0f9015edf1cb0704 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-30  Aldy Hernandez  <aldyh@redhat.com>
+
+        * c-common.c: Add GTY to vector_type_node_list.
+
 2002-10-30  John David Anglin  <dave@hiauly.hia.nrc.ca>
 
        * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
index 75c29118851daef26a52ee62d4f22d7def5f9edc..286f3b07840e43e94e71f5553bed6da9de57a3c2 100644 (file)
@@ -6123,7 +6123,7 @@ handle_deprecated_attribute (node, name, args, flags, no_add_attrs)
    The normal mechanism to prevent duplicates is to use type_hash_canon, but
    since we want to distinguish types that are essentially identical (except
    for their debug representation), we use a local list here.  */
-static tree vector_type_node_list = 0;
+static GTY(()) tree vector_type_node_list = 0;
 
 /* Handle a "vector_size" attribute; arguments as in
    struct attribute_spec.handler.  */