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 variablewarning


On Mon, 18 Aug 2003 10:54:53 -0400, Andrew Pinski <pinskia@physics.uc.edu> wrote:

> +If you want to warn about were the uninitialized variable is initialized
> +with itself, use the @option{-Winit-self} option.

"If you want to warn about code which uses the uninitialized value of the
variable in its own initializer, use ..."

-Winit-self also works for me.

Hmm.  Why do you want this to be language-specific?

Jason


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