This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix exception propagation bug on IA-64/Linux
- From: Richard Henderson <rth at redhat dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 30 Oct 2005 23:53:50 -0800
- Subject: Re: [PATCH] Fix exception propagation bug on IA-64/Linux
- References: <200510292343.02943.ebotcazou@adacore.com>
On Sat, Oct 29, 2005 at 11:43:02PM +0200, Eric Botcazou wrote:
> @@ -2289,6 +2290,7 @@ output_call_frame_info (int for_eh)
> SYMBOL_REF_FLAGS (sym_ref) |= SYMBOL_FLAG_LOCAL;
> dw2_asm_output_encoded_addr_rtx (fde_encoding,
> sym_ref,
> + true,
We've just set SYMBOL_FLAG_LOCAL and yet you claim TREE_PUBLIC was set?
This is very likely not correct.
The general scheme looks ok.
r~