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 combiner with added_sets_[12] (PR rtl-optimization/52060)


> 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR rtl-optimization/52060
> 	* combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
> 	copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
> 	before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
> 	and/or i0src_copy2 when needed.
>
> 	* gcc.dg/torture/pr52060.c: New test.

OK, thanks.

-- 
Eric Botcazou


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