------- Additional Comments From falk at debian dot org  2005-02-23 19:52 
-------
"int i = i" does not do what you think it does. It initializes i with the
yet-uninitialized new i. So this is invalid code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20180

Reply via email to