This is the mail archive of the gcc-patches@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]

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.


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