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/17112] Copying of packed bitfields is wrong


------- Additional Comments From giovannibajo at libero dot it  2004-09-23 03:36 -------
int24 is given a SImode despite being 24bits, and then the SImode is given to 
myint24 too (because it's the only field). My understanding is that the struct 
was a BLKmode, everything would work as expected.

I think this bug needs someone more familiar with stor-layout.c than I am.

-- 


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


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