This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [pch issue] Error: symbol `.LEHB0' is already defined


Geoff,

Great! Your patch solved my problem.

Thanks a lot,

Karel

On Fri, 6 Jun 2003, Geoff Keating wrote:

>
> 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>
>

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]