On Wed, May 22, 2013 at 11:02 AM, Richard Sandiford
wrote:
> Andreas Krebbel writes:
>> On 21/05/13 11:26, Richard Sandiford wrote:
>>> gcc/
>>> * recog.c (offsettable_address_addr_space_p): Fix calculation of
>>> address mode. Move pointer mode initialization to the same place.
>>
>>
Andreas Krebbel writes:
> On 21/05/13 11:26, Richard Sandiford wrote:
>> gcc/
>> * recog.c (offsettable_address_addr_space_p): Fix calculation of
>> address mode. Move pointer mode initialization to the same place.
>
> Thanks! This fixed the failure (and others). Bootstrapped on s390x -
On 21/05/13 11:26, Richard Sandiford wrote:
> Andreas Krebbel writes:
>> On 21/05/13 10:39, Richard Sandiford wrote:
>>> Andreas Krebbel writes:
On 30/04/13 16:56, Richard Sandiford wrote:
> This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
> in the wide-int revi
Andreas Krebbel writes:
> On 21/05/13 10:39, Richard Sandiford wrote:
>> Andreas Krebbel writes:
>>> On 30/04/13 16:56, Richard Sandiford wrote:
This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
in the wide-int review. It also passes "mode" rather than "VOIDmode"
>
On 21/05/13 10:39, Richard Sandiford wrote:
> Andreas Krebbel writes:
>> On 30/04/13 16:56, Richard Sandiford wrote:
>>> This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
>>> in the wide-int review. It also passes "mode" rather than "VOIDmode"
>>> to immed_double_int_const.
Andreas Krebbel writes:
> On 30/04/13 16:56, Richard Sandiford wrote:
>> This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
>> in the wide-int review. It also passes "mode" rather than "VOIDmode"
>> to immed_double_int_const. (As discussed in that thread, the latter
>> change
On 30/04/13 16:56, Richard Sandiford wrote:
> This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
> in the wide-int review. It also passes "mode" rather than "VOIDmode"
> to immed_double_int_const. (As discussed in that thread, the latter
> change shouldn't make any difference
Richard Sandiford wrote:
>This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
>in the wide-int review. It also passes "mode" rather than "VOIDmode"
>to immed_double_int_const. (As discussed in that thread, the latter
>change shouldn't make any difference in practice, but is s
This patch fixes out the GEN_INT/gen_int_mode that Richard pointed out
in the wide-int review. It also passes "mode" rather than "VOIDmode"
to immed_double_int_const. (As discussed in that thread, the latter
change shouldn't make any difference in practice, but is still more
correct in principle.