diff options
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r-- | gcc/tree-ssa-operands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index 13d29c3ab01..4c586f7fb27 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -54,7 +54,7 @@ typedef struct use_optype_d *use_optype_p; operand memory manager. Operands are suballocated out of this block. The MEM array varies in size. */ -struct GTY((chain_next("%h.next"))) ssa_operand_memory_d { +struct GTY((chain_next("%h.next"), variable_size)) ssa_operand_memory_d { struct ssa_operand_memory_d *next; char mem[1]; }; |