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]
Other format: [Raw text]

Re: Fix powerpc64 g77


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


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