Re: Ping: always supply a mode to plus_constant

2012-06-16 Thread H.J. Lu
On Sat, May 5, 2012 at 3:23 PM, H.J. Lu wrote: > On Thu, May 3, 2012 at 11:15 AM, Richard Sandiford > wrote: >> Ping for this patch to always supply a mode to plus_constant: >> >>    http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html >> >> I've done a diff of the changes since the original t

Re: Ping: always supply a mode to plus_constant

2012-05-15 Thread Eric Botcazou
> The following patch fixes the build (not reg-tested, but looks obvious): > > 2012-05-14 Tristan Gingold > > * config/ia64/ia64.c (ia64_expand_prologue): Adjust calls to > plus_constant. Applied as obvious after fixing the ChangeLog. -- Eric Botcazou

Re: Ping: always supply a mode to plus_constant

2012-05-14 Thread Eric Botcazou
> The following patch fixes the build (not reg-tested, but looks obvious): > > 2012-05-14 Tristan Gingold > > * config/ia64/ia64.c (ia64_expand_prologue): Adjust calls to > plus_constant. Yes, that's the correct fix. Sorry for the stupid breakage. -- Eric Botcazou

Re: Ping: always supply a mode to plus_constant

2012-05-14 Thread Tristan Gingold
On May 14, 2012, at 3:23 PM, Richard Sandiford wrote: > Richard Guenther writes: >> On Sun, May 6, 2012 at 12:23 AM, H.J. Lu wrote: >>> On Thu, May 3, 2012 at 11:15 AM, Richard Sandiford >>> wrote: Ping for this patch to always supply a mode to plus_constant: http://gcc.gnu.

Re: Ping: always supply a mode to plus_constant

2012-05-14 Thread Richard Sandiford
Richard Guenther writes: > On Sun, May 6, 2012 at 12:23 AM, H.J. Lu wrote: >> On Thu, May 3, 2012 at 11:15 AM, Richard Sandiford >> wrote: >>> Ping for this patch to always supply a mode to plus_constant: >>> >>>    http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html >>> >>> I've done a diff

Re: Ping: always supply a mode to plus_constant

2012-05-14 Thread Richard Guenther
On Sun, May 6, 2012 at 12:23 AM, H.J. Lu wrote: > On Thu, May 3, 2012 at 11:15 AM, Richard Sandiford > wrote: >> Ping for this patch to always supply a mode to plus_constant: >> >>    http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html >> >> I've done a diff of the changes since the original

Re: Ping: always supply a mode to plus_constant

2012-05-05 Thread H.J. Lu
On Thu, May 3, 2012 at 11:15 AM, Richard Sandiford wrote: > Ping for this patch to always supply a mode to plus_constant: > >    http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html > > I've done a diff of the changes since the original test revision > (which was r186448 FWIW) and there's only

Re: Ping: always supply a mode to plus_constant

2012-05-03 Thread Richard Henderson
On 05/03/2012 11:15 AM, Richard Sandiford wrote: Ping for this patch to always supply a mode to plus_constant: http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html Ok. r~

Ping: always supply a mode to plus_constant

2012-05-03 Thread Richard Sandiford
Ping for this patch to always supply a mode to plus_constant: http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00892.html I've done a diff of the changes since the original test revision (which was r186448 FWIW) and there's only been one plus_constant- related change since then: Alan's rs6000 pro