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] Provide special function to find ranges used for aliasing


On Mon, 12 Dec 2005, Richard Guenther wrote:

> 
> This replaces the use of get_inner_reference in the aliasing machinery
> whenever it tries to find out what parts of a structure is 
> (possibly) affected by an access expression.  It provides a cleaner
> interface for this use and at the same time improves the precision of
> the information generated (this is needed for array aliasing, too).
> 
> Bootstrapped and regtested on x86_64-unknown-linux-gnu on mainline and
> IAB.  Ada won't bootstrap for me with a gcc 3.3 based installation
> (insert random rant here), so it got no testing.

After some fighting, ada bootstrap and regtest succeeded on i686 and 
x86_64.

Richard.


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