This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Fix PR 5582 and 10538, missed uninitialized variable warning
Andrew Pinski wrote:-
> --- c.opt 5 Aug 2003 21:15:52 -0000 1.14
> +++ c.opt 18 Aug 2003 14:48:55 -0000
> @@ -238,6 +238,10 @@ C ObjC
> Wformat=
> C ObjC C++ ObjC++ Joined
>
> +Winit-self
> +C ObjC C++ ObjC++
> +Warn about unitialized variables which are inited with itself.
Warn about variables which are initialized to themselves.
Neil.