mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 18:00:55 +08:00
c-common.c: Add GTY to vector_type_node_list.
2002-10-30 Aldy Hernandez <aldyh@redhat.com> * c-common.c: Add GTY to vector_type_node_list. From-SVN: r58666
This commit is contained in:
parent
a02aa5b099
commit
27bd7792bf
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user