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: Combine-4 fallout fix


Bernd Schmidt wrote:
> HJ has verified that this patch fixes a testsuite failure on ia64.  The
> problem occurs when computing the graph of which insn feeds which - we
> use dead_or_set_p to determine whether i1 clobbers the register set by
> i0, but that fails if i1 sets a ZERO_EXTRACT.  Using
> reg_overlap_mentioned_p instead should solve it.
> 
> Bootstrapped and regression tested on i686-linux, ok?

OK.

-- 
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]