[Bug c/23324] unsigned bitfield in struct not passed correctly as argument

2005-08-11 Thread lindig at cs dot uni-sb dot de
--- Additional Comments From lindig at cs dot uni-sb dot de 2005-08-11 08:15 --- The bitfield mv7 is actually signed, not unsigned: struct et7 { struct dt7 { float iv7; unsigned short int jv7; } kv7; float lv7[0]; signed mv7:9; short int nv7; double ov7; float pv

[Bug c/23324] unsigned bitfield in struct not passed correctly as argument

2005-08-11 Thread lindig at cs dot uni-sb dot de
--- Additional Comments From lindig at cs dot uni-sb dot de 2005-08-11 08:10 --- Created an attachment (id=9468) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9468&action=view) Test case to reproduce the bug. This is the same code that I included in the bug description. -- htt