This is the mail archive of the gcc@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: Regression for trunk on i686-pc-linux-gnu


On Tue, 2004-07-27 at 19:09, Richard Henderson wrote:

> Having looked at the various uses of is_gimple_addr_expr_arg, I'm
> of the opinion that INDIRECT_REF should be added back to it.  Every
> place uses build_fold_addr_expr, or the equivalent, which does fold
> away the INDIRECT_REF immediately.
> 
Wait.  Why accept it then?  We don't accept INDIRECT_REF <ADDR_EXPR <>>,
why should we accept the reverse?  Particularly, when we always use it
with the folder.

If we accept it and then forget to use the folder, we'll get into
trouble.


Diego.


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