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 PR bootstrap/4192


On Wed, Mar 20, 2002 at 05:27:49PM +0100, Jakub Jelinek wrote:
> 	PR bootstrap/4192
> 	* config/fr30/fr30.md (jump): Comment out clobber of fixed register.

Don't comment it out, just remove it.  AFAICS, reg0 truely is 
a scratch register, as implied by COMPILER_SCRATCH_REGISTER,
and is never live across insn patterns.

> 	* genemit.c (output_added_clobbers_hard_reg_p): Only output return
> 	stmt if some case has been output.
> 
> 	* gcc.c-torture/compile/20020320-1.c: New test.

Ok.


r~


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