This is the mail archive of the gcc@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] Thoughts on live-on-entry variables


On Mon, 2003-06-16 at 13:47, Joern Rennecke wrote:
> > an uninitialized variable.  This pass would run at the end of the
> > optimization pipeline, which would minimize (eliminate?) false
> > positives.
> 
> If you manage to get the optimizers to a point that they eliminate
> false positives, you will cause quite a stir in computing science.
>
Indeed.  That's why the warning should read "if this statement executes,
variable 'u' will be used uninitialized".  :)


Diego.


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