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: Ada bootstrap failure due to loop optimization andbuiltin_stack_alloc


On Thu, 2004-07-29 at 09:25, Richard Kenner wrote:
>     What is the preferred way?  Or is there some other option I don't see?
> 
> Also look at http://gcc.gnu.org/ml/gcc/2004-07/msg01152.html
> 
> Diego said he was going to look at that today, but it may be related
> to this issue because it's also due to not making a VUSE for an
> ADDR_EXPR (this time not a VLA).
>
The lack of threading has once again made me lose track of what you
folks are discussing, but this caught my eye.

Kenner, do you mean that given the expression &VAR, you are expecting a
VUSE operand for 'VAR'?   That will never happen, because that is not a
reference to 'VAR'.  Apologies if I misunderstood.


Diego.


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