[Bug c++/11182] gcc should warn when assigning unassigned variables
pinskia@physics.uc.edu
gcc-bugzilla@gcc.gnu.org
Sat Jun 14 13:35:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11182
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From pinskia@physics.uc.edu 2003-06-14 13:35 -------
With this source: int f(){ int x; int y = x; return y; }
I get a warning at -O1 -W -Wall with 2.95.2, 3.1, and the mainline ().
Do you want the warning at -O0 if you do this is a know problem?
More information about the Gcc-bugs
mailing list