------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-30 19:40 -------
4.1.2 works:
        .local  bar.1279
        .comm   bar.1279,4,4
        .local  bof
        .comm   bof,4,4

while 4.2.0 does not:
        .local  bof
        .comm   bof,4,4


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|c                           |middle-end
     Ever Confirmed|0                           |1
  GCC build triplet|i386-redhat-linux           |
   GCC host triplet|i386-redhat-linux           |
 GCC target triplet|i386-redhat-linux           |
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-30 19:40:21
               date|                            |
            Summary|gcc "used" attribute has no |[4.2 Regresion] gcc "used"
                   |effect on local-scope static|attribute has no effect on
                   |variables                   |local-scope static variables
   Target Milestone|---                         |4.2.0
            Version|4.1.1                       |4.2.0


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

Reply via email to