Re: [PING^2] [Patch] Ignore Invalid Memory operands in constraint 'X'

2013-01-25 Thread Mike Stump
On Jan 24, 2013, at 11:28 AM, Georg-Johann Lay wrote: >> Please consider this as a reminder to review the patch posted at >> following link:- >> http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00765.html > > What is this good for? > > Why are you changing the semantics of an existing, global constr

Re: [PING^2] [Patch] Ignore Invalid Memory operands in constraint 'X'

2013-01-24 Thread Georg-Johann Lay
Hurugalawadi, Naveen wrote: > Hi, > > Please consider this as a reminder to review the patch posted at > following link:- > http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00765.html What is this good for? Why are you changing the semantics of an existing, global constraint?

Re: [Patch] Ignore Invalid Memory operands in constraint 'X'

2013-01-23 Thread Ulrich Weigand
Naveen Hurugalawadi wrote: > The definition of constraint 'X' allows all operands. > `X' - Any operand whatsoever is allowed. > However, invalid memory operands should not be valid input for 'X'. > > Please find attached the patch "X_constraint.patch" which ignores=20 > invalid memory operands in

[PING^2] [Patch] Ignore Invalid Memory operands in constraint 'X'

2013-01-22 Thread Hurugalawadi, Naveen
Hi, Please consider this as a reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00765.html Please review the patch and let me know if its okay? Thanks & Regards, Naveen.H.S

[PING^1] [Patch] Ignore Invalid Memory operands in constraint 'X'

2013-01-08 Thread Hurugalawadi, Naveen
Hi, Please consider this as a reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00765.html Please review the patch and let me know if its okay? Thanks & Regards, Naveen.H.S

[Patch] Ignore Invalid Memory operands in constraint 'X'

2012-12-11 Thread Hurugalawadi, Naveen
Hi, The definition of constraint 'X' allows all operands. `X' - Any operand whatsoever is allowed. However, invalid memory operands should not be valid input for 'X'. Please find attached the patch "X_constraint.patch" which ignores invalid memory operands in constraint 'X'. Fixes the ICE gcc.d