------- Comment #4 from pinskia at gcc dot gnu dot org  2007-01-15 05:27 -------
Reduced testcase:

struct a
{
  unsigned a:7;
  unsigned b:1;
};

void g(char*);

void f(struct a *t)
{
  char t1 = 1;
  if (!t->b)
    t1 = 0;
  g(&t1);
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-15 05:27:59
               date|                            |


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

Reply via email to