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] combine.c: Fix rtl-optimization/27477.


Hi Kazu,

On Wed, 17 May 2006, Kazu Hirata wrote:
> 2006-05-17  Kazu Hirata  <kazu@codesourcery.com>
>
> 	PR rtl-optimization/27477
> 	* combine.c (try_combine): Don't split a parallel consisting
> 	of two sets into two individual sets if both sets reference
> 	cc0.

This is OK for mainline.  Thanks.  This is a reasonable constraint
on combine's insn splitting.

However there does appear to be something else very odd going on
in the PR27477 failure.  Notice in comment #6, which final
instruction is the "jump_insn" and which is the regular "insn"!?

Roger
--


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