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] for PR 31676


Eric Botcazou wrote:
>> 	PR rtl-optimization/31676
>> 	* df-scan.c (record_nonlocal_goto_receiver_defs): New function.
>> 	(df_refs_record): Call it.
> 
> OK with the additional test:
> 
>   if (current_function_has_nonlocal_label)
>     ...
> 
> for the invocation of the new function.
> 
> Thanks for fixing this.

So, Zdenek, if I understand correctly, we now need this patch checked
in, and then this and the previous patch backported to 4.2?

If you would be able to work on that, I would appreciate it.  I would
also appreciate your thoughts (and other people as well) about the
safety of that for 4.2.0.  If we don't do it 4.2.0, I think we'll almost
certainly want to do it for 4.2.1, so effort doing the backport will not
be wasted.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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