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: [tree-ssa] must-alias fixes...


On Fri, 2003-11-21 at 05:52, Jan Hubicka wrote:

> Oops, sorry, I tought I've commited the setting of 's' in parser.c as
> obvious.  Will do so shortly.
> The variable really can stay uninitialized in some code paths.
>
OK.

> > Also, could you elaborate on the changes to find_addressable_vars, how
> > are those complex references getting in?
> We can construct such a complex referenced via folding (they are valid
> gimple operands) and we can promote them into PHI nodes during constant
> propagation.
> 
Aha.  OK, thanks.  I'm currently testing this together with a change to
not remove TREE_ADDRESSABLE from static variables.  Will commit if it
passes all tests.


Diego.


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