This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [pch issue] Error: symbol `.LEHB0' is already defined
Try this patch and tell me if it works:
*** except.c.~1.242.~ Mon May 12 14:55:34 2003
--- except.c Fri Jun 6 14:05:23 2003
***************
*** 102,108 ****
struct eh_region *region;
};
! static int call_site_base;
static GTY ((param_is (union tree_node)))
htab_t type_to_runtime_map;
--- 102,108 ----
struct eh_region *region;
};
! static GTY(()) int call_site_base;
static GTY ((param_is (union tree_node)))
htab_t type_to_runtime_map;
--
- Geoffrey Keating <geoffk@geoffk.org>