------- Additional Comments From jsm28 at gcc dot gnu dot org  2005-04-22 16:11 
-------
The bug is that the paragraph

  These warnings occur only for variables that are candidates for
  register allocation.  Therefore, they do not occur for a variable that
  is declared @code{volatile}, or whose address is taken, or whose size
  is other than 1, 2, 4 or 8 bytes.  Also, they do not occur for
  structures, unions or arrays, even when they are in registers.

is out of date because of tree-ssa changes.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |
            Summary|how to force a variable into|[4.0/4.1 Regression]
                   |the stack?                  |documentation for -
                   |                            |Wuninitialized out of date
   Target Milestone|---                         |4.0.1


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

Reply via email to