2002-10-30 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2002 06:57:28 +0000 (06:57 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2002 06:57:28 +0000 (06:57 +0000)
        * c-common.c: Add GTY to vector_type_node_list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58666 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.c

index 4031d7b..69c735e 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 75c2911..286f3b0 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.  */