ludo@gnu.org (Ludovic Courtès) writes: > This patch series seems to break compilation on i686-linux-gnu: > > http://hydra.nixos.org/build/913079 > > The relevant part of the log is: > > Running numbers.test > FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (130.0 10/7) > FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (130.0 -10/7) > FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (-130.0 10/7) > FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (-130.0 -10/7) The following patch should fix it. Best, Mark PS: Thanks for importing log1p so quickly!