This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: must_alias question
> On Thu, 2003-11-20 at 19:30, Jan Hubicka wrote:
>
> > I am currently using one-liner change that makes all arrays/structures
> > to go into addressofs. but once we kill addressof they will go directly
> > to stack.
> >
> Better try and kill addressof directly. We don't need this hack to
> introduce your validation code, do we?
It is not hack. The one-liner will stay, we just need to change the
function used to put variable into addressof to drop it directly into
stack.
OK, I can reorder things if you really preffer.
Honza
>
> After you get the validation code up and running, we can go back to this
> one.
>
>
> Diego.