OSDN Git Service

* function.c (next_block_index): Mark with GTY.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Mar 2003 19:49:41 +0000 (19:49 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Mar 2003 19:49:41 +0000 (19:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64551 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index 16881c0..0fd20c8 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 0828969..73ba634 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.  */