------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-27 02:08 -------
Reduced testcase that fails even on x86_64:
int main(int argc, char **argv)
{
 if (0)
 {
   static union{} u;
   typedef char tt;
   static tt c[8];
   return c[0] == 0x01 && c[1] == 0x02;
 }
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |dwarf2
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-27 02:08:50
               date|                            |


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

Reply via email to