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: [wwwdocs] projects/tree-ssa/vectorization.html -- remove broken link


> On 10/20/07, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> > Hi Dorit,
> >
> > the link to the Wiki is broken and I have not been able to find that
> > page.  Do you have an updated link, or shell we remove this per the
> > patch below?
>
> Well this was really fixed by the Pointer Plus work I did so really it
> can be turned into Fixed in additional to removing the wiki url.
>

I think the original intention behind this item was that array expressions
in which the base is a pointer will remain ARRAY_REF and will not be
translated right away into pointer arithmetic, as shown here:
http://gcc.gnu.org/ml/gcc/2003-07/msg02013.html. (Such refs are still
transformed into address arithmetic by the front end). Was the purpose of
pointer_plus work to also support this feature?

dorit

> Thanks,
> Andrew Pinski


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