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]

Re: GCC and UltraSparc 2


On Fri, May 17, 2002 at 09:47:32AM +0200, Claudio Marino wrote:
> Sorry if I am insistent, but I've tried with "-fpack-struct".
> This cause the structs to be packed, as expected, but when I access to a
> disaligned field of a struct with a pointer, a BUS ERROR is raised:

Hum.  I thought this option was supposed to be the same as
__attribute__((packed)) which would imply misalignment.

Oh well.  I guess there isn't an option like you want.


r~


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