Re: [Patch, microblaze]: Fix ICE with mhard-float

2014-01-30 Thread Michael Eager
; Vidhumouli Hunsigida; Nagaraju Mekala Subject: Re: [Patch, microblaze]: Fix ICE with mhard-float On 11/25/13 23:50, David Holsgrove wrote: Hi Michael, I've attached the same patch based on latest gcc master. Can this be applied to gcc-4_8-branch also. thanks, David On 15 July 2013

Re: [Patch, microblaze]: Fix ICE with mhard-float

2014-01-22 Thread Michael Eager
; Vidhumouli Hunsigida; Nagaraju Mekala Subject: Re: [Patch, microblaze]: Fix ICE with mhard-float On 11/25/13 23:50, David Holsgrove wrote: Hi Michael, I've attached the same patch based on latest gcc master. Can this be applied to gcc-4_8-branch also. thanks, David On 15 July 2013

Re: [Patch, microblaze]: Fix ICE with mhard-float

2014-01-22 Thread David Holsgrove
Williams; Vidhumouli Hunsigida; Nagaraju Mekala >> Subject: Re: [Patch, microblaze]: Fix ICE with mhard-float >> >> On 11/25/13 23:50, David Holsgrove wrote: >> > Hi Michael, >> > >> > I've attached the same patch based on latest gcc master. >> > &

RE: [Patch, microblaze]: Fix ICE with mhard-float

2014-01-21 Thread David Holsgrove
> -Original Message- > From: Michael Eager [mailto:ea...@eagerm.com] > Sent: Friday, 17 January 2014 4:36 am > To: David Holsgrove; gcc-patches@gcc.gnu.org > Cc: Edgar Iglesias; John Williams; Vidhumouli Hunsigida; Nagaraju Mekala > Subject: Re: [Patch, microblaze]:

Re: [Patch, microblaze]: Fix ICE with mhard-float

2014-01-16 Thread Michael Eager
On 11/25/13 23:50, David Holsgrove wrote: Hi Michael, I've attached the same patch based on latest gcc master. Can this be applied to gcc-4_8-branch also. thanks, David On 15 July 2013 14:53, David Holsgrove wrote: Add SImode to cstoresf4's comparison operator, prevents ICE during combine r

Re: [Patch, microblaze]: Fix ICE with mhard-float

2013-12-17 Thread Spenser Gilliland
Hi, Just wanted to say that this patch works for me. Thanks, Spenser

Re: [Patch, microblaze]: Fix ICE with mhard-float

2013-11-25 Thread David Holsgrove
Hi Michael, I've attached the same patch based on latest gcc master. Can this be applied to gcc-4_8-branch also. thanks, David On 15 July 2013 14:53, David Holsgrove wrote: > Add SImode to cstoresf4's comparison operator, prevents ICE during combine > rtl pass with error message; > > internal

[Patch, microblaze]: Fix ICE with mhard-float

2013-07-14 Thread David Holsgrove
Add SImode to cstoresf4's comparison operator, prevents ICE during combine rtl pass with error message; internal compiler error: in simplify_subreg, at simplify-rtx.c:5725 Use ordered_comparison_operator predicate to limit operators to those fcmp can handle, and letting compiler reorder insns to