This is the mail archive of the gcc-bugs@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]

[Bug optimization/15262] [tree-ssa] Alias analyzer cannot handle addressable fields


------- Additional Comments From dnovillo at redhat dot com  2004-05-03 14:53 -------
Subject: Re:  [tree-ssa] Alias analyzer cannot
	handle addressable fields

On Mon, 2004-05-03 at 10:50, pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-03 14:50 -------
> After disabling the lowering I get:
> 
>   *&locp->nextc = str;
>   return locp->nextc;
> 
> which is right but causes not code generation.
>
I see.  However, that only papers over the alias bug.  We'll probably
need to make the test case more complex to disallow the propagation of
&PTR->FIELD into its dereference site.


Diego.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15262


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