PATCH: PR target/53539: Different __WCHAR_TYPE__/wchar_t for gcc -m32 on Linux/i386 and Linux/x86-64

Richard Henderson rth@redhat.com
Mon Jul 16 18:38:00 GMT 2012


On 07/06/2012 11:27 AM, H.J. Lu wrote:
>>>> >>> +#undef WCHAR_TYPE
>>>> >>> +#define WCHAR_TYPE (TARGET_LP64 ? "int" : "long int")
>>> >>
>>> >> Hi Richard,
>>> >>
>>> >> Is this patch OK for trunk?
>>> >>
>>> >> Thanks.
>> >
>> > Yes, this is fine.
>> >
> I'd like to backport it to 4.6/4.7 branches.  Is that OK?

Meh... is there a real reason for it?  Certainly you don't have
"official" x32 support on those branches.

As far as I'm concerned this can stay private to whatever branch
also includes your x32 work.



r~



More information about the Gcc-patches mailing list