This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix 7086


Hi,

On 24 Mar 2003, Steven Bosscher wrote:

> > Breaks bootstrap on ia64.
>
> ... and on Alpha.  Like Andreas, assuming "true" is safe.

The unlimited Power Of Grep reveals:

% grep -r -E 'gen_mem_address|put_var_into_stack' config
config/c4x/c4x.c:       put_var_into_stack (arg0);
config/ia64/ia64.c:      rtx mem = gen_mem_addressof (SUBREG_REG (in), NULL_TREE);
config/ia64/ia64.c:      rtx mem = gen_mem_addressof (in, NULL_TREE);
config/alpha/alpha.c:    r = gen_mem_addressof (r, NULL_TREE);

;-)


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]