------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-15 
03:24 -------
It works on the mainline if we remove the use of the extension:
((void)((0)), irq_stat[0].__local_bh_count)++
gets replaced with
((void)((0)), irq_stat[0].__local_bh_count++)



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.0.0
            Summary|constant pool entries       |[3.4 only] constant pool
                   |referring to nonexistent    |entries referring to
                   |labels                      |nonexistent labels
   Target Milestone|---                         |3.4.4


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

Reply via email to