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 c++/19761] -Winit-self doesn't work anymore


------- Additional Comments From dannysmith at users dot sourceforge dot net  2005-05-30 21:03 -------
I can't reproduce this with either gcc-3.4.4 or 4.0.0 on mingw 

The example gives the warning
warning: 'i' might be used uninitialized in this function
iff I add -Winit-self

That is consistent with manual.

Are you expecuning a different warning?

Danny

-- 


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


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