diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index e2d0e233e80..13e98773eb6 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4114,7 +4114,7 @@ reorder_blocks (void) if (block == NULL_TREE) return; - stack_vec<tree, 10> block_stack; + auto_vec<tree, 10> block_stack; /* Reset the TREE_ASM_WRITTEN bit for all blocks. */ clear_block_marks (block); |