This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/22156] [4.0/4.1/4.2/4.3 Regression] bit-field copying regressed



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]