* function.c (next_block_index): Mark with GTY.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 18 Mar 2003 19:49:41 +0000 (19:49 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 18 Mar 2003 19:49:41 +0000 (19:49 +0000)
From-SVN: r64551

gcc/ChangeLog
gcc/function.c

index 16881c06991c953afaed5eb3adfa2d1b050f0b68..0fd20c8ce59ee1438f0622afdec54b70df40da2b 100644 (file)
@@ -5,6 +5,8 @@
 
 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
 
+       * function.c (next_block_index): Mark with GTY.
+
        * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
 
 2003-03-18  Richard Henderson  <rth@redhat.com>
index 0828969e5721cbd35bfeee0aa80ec97d410fc274..73ba6347cc8db8146c9e5deea7e2ffbc5d9cb263 100644 (file)
@@ -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.  */