[Bug middle-end/17112] Copying of packed bitfields is wrong

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Thu Sep 23 03:36:00 GMT 2004


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



More information about the Gcc-bugs mailing list