Fix powerpc64 g77

Gabriel Dos Reis gdr@integrable-solutions.net
Thu Aug 1 04:08:00 GMT 2002


Alan Modra <amodra@bigpond.net.au> writes:

[...]

| +#if HOST_BITS_PER_WIDE_INT == 32

I think the preferred construct in such case is

   if (HOST_BITS_PER_WIDE_INT == 32)
     {
     }

-- Gaby



More information about the Gcc-patches mailing list