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] Fix bootstrap


> On Sat, Feb 01, 2003 at 12:10:54AM +0100, Jan Hubicka wrote:
> > I think we can go without it, if we move uninitialized_vars_warning just
> > after life_analysis pass.  Then we will know that the info is valid, as
> > we didn't updated it yet.
> 
> No, that's where it is *now*.  The invalid info comes from the
> previous iteration of *this* life analysis.  Then cleanup_cfg
> removed the block that contained the only reference to the 
> variable.
But in case we remove the cleanup_cfg call invalidating liveness, we
should be safe...
OK,  I will build alpha cross.

Honza
> 
> Please examine gcc.dg/uninit-10.c for alpha-linux.
> 
> 
> r~


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