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 middle-end/32395] false positive warning about use of uninitialized variable.



------- Comment #4 from pluto at agmk dot net  2007-06-25 22:56 -------
(In reply to comment #2)
> This is caused by two things, jump threading and inlining.  If we jump thread
> more, we no longer get the warning which is what you are seeing in 4.2.1.
> 

the latest gcc 4.2 also produces this warning.


-- 


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


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