Re: [Patch, AArch64, Obvious] Fix PR64231.

2015-02-02 Thread Tejas Belagod
On 30/01/15 13:25, Jakub Jelinek wrote: On Fri, Jan 23, 2015 at 11:03:13AM +, Tejas Belagod wrote: Hi, This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi and as proposed by Jakub. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 Regressions happy. OK to commit?

Re: [Patch, AArch64, Obvious] Fix PR64231.

2015-01-30 Thread Jakub Jelinek
On Fri, Jan 23, 2015 at 11:03:13AM +, Tejas Belagod wrote: > > Hi, > > This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi > and as proposed by Jakub. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 > > Regressions happy. OK to commit? This is ok for trunk. We

Re: [Patch, AArch64, Obvious] Fix PR64231.

2015-01-26 Thread Tejas Belagod
On 23/01/15 17:15, Jakub Jelinek wrote: On Fri, Jan 23, 2015 at 08:48:43AM -0800, Mike Stump wrote: On Jan 23, 2015, at 3:03 AM, Tejas Belagod wrote: This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi and as proposed by Jakub. Kinda crappy code. The macro to use here

Re: [Patch, AArch64, Obvious] Fix PR64231.

2015-01-23 Thread Jakub Jelinek
On Fri, Jan 23, 2015 at 08:48:43AM -0800, Mike Stump wrote: > On Jan 23, 2015, at 3:03 AM, Tejas Belagod wrote: > > This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi > > and as proposed by Jakub. > > Kinda crappy code. The macro to use here should take the number of bits

Re: [Patch, AArch64, Obvious] Fix PR64231.

2015-01-23 Thread Mike Stump
On Jan 23, 2015, at 3:03 AM, Tejas Belagod wrote: > This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi and > as proposed by Jakub. Kinda crappy code. The macro to use here should take the number of bits as an int, and wether the constant is signed or not. FITS (x, 32,

[Patch, AArch64, Obvious] Fix PR64231.

2015-01-23 Thread Tejas Belagod
Hi, This is an almost obvious patch to fix PR64231 as discovered by A. Pinksi and as proposed by Jakub. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 Regressions happy. OK to commit? Thanks, Tejas. ChangeLog: gcc/ 2015-01-23 Tejas Belagod Andrew Pinski J