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 PR35609, spurious "is" used uninitialized warning


On Wed, 19 Mar 2008, Diego Novillo wrote:

> On Wed, Mar 19, 2008 at 06:43, Richard Guenther <rguenther@suse.de> wrote:
> 
> >  This is what I committed.
> >
> >  Richard.
> >
> >
> >  2008-03-18  Richard Guenther  <rguenther@suse.de>
> >
> >         PR middle-end/35609
> >         * tree-ssa.c (always_executed): New global flag.
> >         (warn_uninitialized_var): If !always_executed warn with "maybe"
> >         instead of "is".
> >         (execute_early_warn_uninitialized): Compute post-dominators.
> >         Initialize always_executed before processing each basic block.
> 
> You forgot to update the ChangeLog entry.

Doh.  I'll fix that with my next patch, which probably will follow
soon.

Richard.


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