This is the mail archive of the gcc@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]

Re: GBR on Hitachi SH


> 	You'd need a different macro for every load and store of each size
> (8, 16, and 32 bits).  Plus if I change the size of any member of my
> struct, it'll messup.  This seems like it's too much work.  I guess I'll

That's not true.  You can conditionalize on the size of the member,
inside the macro.


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