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