From: Aldy Hernandez Date: Thu, 31 Oct 2002 06:57:28 +0000 (+0000) Subject: c-common.c: Add GTY to vector_type_node_list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27bd7792bf18d30411e555343471183451c90418;p=gcc.git c-common.c: Add GTY to vector_type_node_list. 2002-10-30 Aldy Hernandez * c-common.c: Add GTY to vector_type_node_list. From-SVN: r58666 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4031d7bf863..69c735e0527 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-30 Aldy Hernandez + + * c-common.c: Add GTY to vector_type_node_list. + 2002-10-30 John David Anglin * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define. diff --git a/gcc/c-common.c b/gcc/c-common.c index 75c29118851..286f3b07840 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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. */