This is the mail archive of the gcc-patches@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: [PATCH] Fix exception propagation bug on IA-64/Linux


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~


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