bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13030: factor: infinite loop on Linux/powerpc


From: Torbjorn Granlund
Subject: bug#13030: factor: infinite loop on Linux/powerpc
Date: Thu, 29 Nov 2012 20:36:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

Pádraig Brady <address@hidden> writes:

  > -#if HAVE_HOST_CPU_FAMILY_powerpc && W_TYPE_SIZE == 64
  > +#if HAVE_HOST_CPU_FAMILY_powerpc && W_TYPE_SIZE == 64 && defined (_LP64)
  >   #if !defined (_LONG_LONG_LIMB)
  >   /* _LONG_LONG_LIMB is ABI=mode32 where adde operates on 32-bit values.  So
  >      use adde etc only when not _LONG_LONG_LIMB.  */
  >
  > Thanks,
  >
  
I suppose it might be much better to make W_TYPE_SIZE not be set to a
size not supported by the present ABI.

That way, we will avoid longlong.h divergence.

-- 
Torbjörn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]