On 09/30/13 13:42, Mike Stump wrote:
On Sep 30, 2013, at 7:23 AM, Nick Clifton <ni...@redhat.com> wrote:
Several tests in the gcc.c-torture/compile directory need a target
with 32-bit integers and/or 32-bit pointers.
OK to apply ?
Ok.
It may be reasonable to special case ptr32plus to say no on your platform, from
check_effective_target_tls_native, we see code like:
I'd tend to prefer this as well. It's really a failing that ptr32plus
can't reasonably detect that when a target uses PSImode for pointers.
Special casing the msp port in that code seems reasonable to me.
jeff