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]

Re: Further problems in 32 x 64 builds


> +#if ! defined HOST_BITS_PER_WIDE_INT \
> +    && defined HOST_BITS_PER_LONGLONG \
> +   && HOST_BITS_PER_LONGLONG > HOST_BITS_PER_LONG

You need a more complex test, like that in system.h,
to determine if long long is usable.

Fix that and the patch is ok.


r~

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