Re: PING: PATCH: Use int64 for x86 options

2011-08-07 Thread H.J. Lu
On Sat, Aug 6, 2011 at 9:05 AM, H.J. Lu wrote: > Ping.  AVX2 support depends on this patch. > > Thanks. > > On Thu, Aug 4, 2011 at 5:49 PM, H.J. Lu wrote: >> On Thu, Aug 4, 2011 at 4:44 PM, H.J. Lu wrote: >>> On Thu, Aug 4, 2011 at 3:46 PM, Joseph S. Myers >>> wrote: On Thu, 4 Aug 2011, H

Re: [RFC PATCH, i386]: Allow zero_extended addresses (+ problems with reload and offsetable address, "o" constraint)

2011-08-07 Thread Uros Bizjak
On Fri, Aug 5, 2011 at 8:51 PM, Uros Bizjak wrote: > As I read this sentence, the RTX is forced into a temporary register, > and reload tries to satisfy "o" constraint with plus ((reg ...) > (const_int ...)), as said at the introduction of "o" constraint a > couple of pages earlier. Unfortunately