diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index d8d66f2..072af72 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -214,8 +214,7 @@ gt_pch_n_S (const void *x) /* SPD is saved in the PCH file and holds the information needed to restore the string pool. */ -struct string_pool_data GTY(()) -{ +struct GTY(()) string_pool_data { struct ht_identifier * * GTY((length ("%h.nslots"), nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL", |