------- Comment #15 from pinskia at gcc dot gnu dot org 2007-07-09 09:15
-------
Here is a new testcase which shows the problem on the trunk on powerpc-darwin:
struct s
{
int i1:1;
int i2:1;
};
void f(struct s *x, struct s *y) { *x = *y; }-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22156
