For m32c chips, The address space is a flat 24-bit address space. Address registers are 24 bits (i.e. they cannot hold an SImode) but size_t is 16 bits originally because there aren't enough 24-bit math ops and 32-bit math is too expensive. I've tried to use PSImode for size_t recently (different port) and it just doesn't work, partly because size_t is defined by a *string* that must match a C type, and partly because PSImode turns into BLKmode in many cases (not 2**N sized).
- vtables patch 1/3: allow empty array initializations Bernd Schmidt
- vtables patch 2/3: fold vtable refs that use COMPONENT_... Bernd Schmidt
- vtables patch 3/3 Bernd Schmidt
- Re: vtables patch 1/3: allow empty array initialization... DJ Delorie
- Re: vtables patch 1/3: allow empty array initializa... Bernd Schmidt
- Re: vtables patch 1/3: allow empty array initia... DJ Delorie
- Re: vtables patch 1/3: allow empty array in... Bernd Schmidt
- Re: vtables patch 1/3: allow empty arr... Mike Stump
- Re: vtables patch 1/3: allow empty... DJ Delorie
- Re: vtables patch 1/3: allow e... Bernd Schmidt
- Re: vtables patch 1/3: allow e... DJ Delorie