Pmode != INT (e.g., SImode)

DJ Delorie dj@redhat.com
Tue Sep 23 13:22:00 GMT 2008


Michael Eager <eager@eagercon.com> writes:
> Are there any architectures which have Pmode != INT?

m32c has Pmode == PSImode, at least with -mcpu=m32c.  The r8c/m16c
variants have Pmode == HImode == int.

> I'm running into a number of problems.

Yup!  GCC doesn't like ports where sizeof(pointer) != sizeof(some int
type).

It likes 24 bit registers even less :-P



More information about the Gcc mailing list