This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA:] Fix fatal DW_EH_PE_absptr EH failure in fde_unencoded_compare: derefer pc_begin
- To: Hans-Peter Nilsson <hp at bitrange dot com>
- Subject: Re: [RFA:] Fix fatal DW_EH_PE_absptr EH failure in fde_unencoded_compare: derefer pc_begin
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 21 Oct 2001 23:56:18 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <Pine.BSF.4.30.0110220249050.92781-100000@dair.pair.com>
On Mon, Oct 22, 2001 at 02:51:23AM -0400, Hans-Peter Nilsson wrote:
> ! saddr xpc = *(saddr *) x->pc_begin;
> ! saddr ypc = *(saddr *) y->pc_begin;
Not ok. Should be _Unwind_Ptr.
r~