[PATCH] Fix --enable-checking=rtl bootstrap failure caused by ADDRESS changes (PR bootstrap/53021)

2012-04-20 Thread Jakub Jelinek
On Tue, Apr 17, 2012 at 09:11:37PM +0100, Richard Sandiford wrote:        * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.        * alias.c (reg_base_value): Expand and update comment.        (arg_base_value): New variable.        (unique_id): Move up file.        

Re: [PATCH] Fix --enable-checking=rtl bootstrap failure caused by ADDRESS changes (PR bootstrap/53021)

2012-04-20 Thread Richard Guenther
On Fri, 20 Apr 2012, Jakub Jelinek wrote: On Tue, Apr 17, 2012 at 09:11:37PM +0100, Richard Sandiford wrote:        * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.        * alias.c (reg_base_value): Expand and update comment.        (arg_base_value): New variable.        

Re: [PATCH] Fix --enable-checking=rtl bootstrap failure caused by ADDRESS changes (PR bootstrap/53021)

2012-04-20 Thread Richard Sandiford
Jakub Jelinek ja...@redhat.com writes: On Tue, Apr 17, 2012 at 09:11:37PM +0100, Richard Sandiford wrote:        * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.        * alias.c (reg_base_value): Expand and update comment.        (arg_base_value): New variable.        (unique_id):