[Bug c/23846] suggest new warning (example: int x = x)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 13 03:48:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-13 03:48 -------
Already fixed in 3.4.0 and above with -O1 -Wuninitialized.
If you have really int x = x; use -Winit-self and then you will get a warning there too.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23846
More information about the Gcc-bugs
mailing list