[Patch] Fix PR 5582 and 10538, missed uninitialized variable warning

Jason Merrill jason@redhat.com
Mon Aug 18 20:48:00 GMT 2003


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



More information about the Gcc-patches mailing list