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 0828969..73ba634 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6072,7 +6072,7 @@ get_block_vector (block, n_blocks_p) return block_vector; } -static int next_block_index = 2; +static GTY(()) int next_block_index = 2; /* Set BLOCK_NUMBER for all the blocks in FN. */ |