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 tree-optimization/32759] False claim of that "xyz is used uninitialized"



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-16 19:10 -------
Oh but what happens is we do some duplication of code (for 4.2 at least) and
then we see the variable is used unitialization.  This has changed in the trunk
to a may used uninitialized but the issue is still the same, we should not get
an may or an is unitialized variable warning anyways as it can never be used
unitialized.


-- 


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


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