This is the mail archive of the gcc-patches@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: Avoid explicit use of machine modes (6/n) objc/objc-act.c


Hans-Peter Nilsson <hp@bitrange.com> writes:

> I think you still changed the ABI for e.g. c4x, where
> BITS_PER_UNIT is 32 and thus QImode is 32 bits.  I don't imagine
> that it matters for that target though, but checking the results
> after dividing by BITS_PER_UNIT might have helped.

I couldn't convince myself that dividing by BITS_PER_UNIT was always
safe.  I'll revisit if ABI compatibility for objc on c4x proves to be
a real concern.

zw


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