[Bug tree-optimization/13761] [tree-ssa] component refs to the same struct should not alias
Daniel Berlin
dberlin@dberlin.org
Sat Apr 23 18:41:00 GMT 2005
On Sat, 2005-04-23 at 16:52 +0000, steven at gcc dot gnu dot org wrote:
> ------- Additional Comments From steven at gcc dot gnu dot org 2005-04-23 16:52 -------
> Will the second part of the struct alias merge fix Dann's original
> test case? ("http://gcc.gnu.org/wiki/Structure Aliasing Part II")
>
Yes, but not immediately.
structure aliasing part ii is really two parts
First, is a new alias analyzer to handle structure fields, allow
inteprocedural analysis.
Second is improving our representation to handle base+offset
dereferences.
The second is a lot harder than one would think.
More information about the Gcc-bugs
mailing list