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/20968] Spurious "may be used uninitialized" warning


------- Additional Comments From James dot Juran at baesystems dot com  2005-04-12 16:21 -------
Thanks for the info.  Your testcase does warn in all versions I tested.  We can
certainly initialize the variable in our code to get around this issue, but it
would be nice to not have to do this since the initialization is unnecessary. 
The original code is obviously more complicated, so manually inlining it as your
test case does is not really a viable option.


-- 


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


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