* except.c (call_site_base): Mark with GTY.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 10 Jun 2003 18:58:05 +0000 (18:58 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 10 Jun 2003 18:58:05 +0000 (18:58 +0000)
From-SVN: r67722

gcc/ChangeLog
gcc/except.c

index 1bba247f185f34c8a07c09bfcec503875264f947..a05229ef1a5e77d6f9737d86773e411336691d8c 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 757144104289778c0620925e6edc67e9140cfc88..28b8efe5cadcedc2172add1177118fec8dce0130 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;