------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-02 
19:00 -------
-O3 enables -finline-functions (as documented) which enables inlining of 
functions which are not even 
marked as inline so we inline test into main which causes these warnings.

Note on the mainline we now warn about the uninitialized variables even though 
foo(y) is commented 
out.

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


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

Reply via email to