OSDN Git Service

* except.c (call_site_base): Mark with GTY.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 18:58:05 +0000 (18:58 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 18:58:05 +0000 (18:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67722 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/except.c

index 1bba247..a05229e 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-10  Geoffrey Keating  <geoffk@apple.com>
+
+       * except.c (call_site_base): Mark with GTY.
+
 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm-proto.h: Convert to ISO C90 prototypes.
index 7571441..28b8efe 100644 (file)
@@ -102,7 +102,7 @@ struct ehl_map_entry GTY(())
   struct eh_region *region;
 };
 
-static int call_site_base;
+static GTY(()) int call_site_base;
 static GTY ((param_is (union tree_node)))
   htab_t type_to_runtime_map;