From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: mrs@wrs.com (Mike Stump) Cc: egcs@cygnus.com Subject: Re: m68k structure packing Date: Tue, 30 Sep 1997 19:58:00 -0000 Message-id: <199710010258.TAA29729@cygnus.com> References: <199709301908.MAA01711@kankakee.wrs.com> X-SW-Source: 1997-09/msg01172.html Thinking about this some more, I am not sure that my assumptions are right. Gcc knows that it needs to access bitfields differently when a structure is packed. It may be that gcc will generate correct code with your patch for cases that would ordinarily fail (as per the PCC_BITFIELD_TYPE_MATTERS documentation) because the structure is marked as packed. Can you please check? Jim