Re: [PATCH] isnan: Add support for TinyCC

2010-10-15 Thread Bruno Haible
Hi Ludo, > Tested with tcc 0.9.25 on x86_64-linux-gnu. With tcc 0.9.25 on i386-linux-gnu (I can't even build it for x86_64) I also get other errors (with a testdir of all posix-modules): 1) In the gltests directory I get this: /arch/x86-linux/gnu-inst-tcc/0.9.25/bin/tcc -DHAVE_CONFIG_H -I. -D

[PATCH] ignore-value: make header idempotent

2010-10-15 Thread Eric Blake
* lib/ignore-value.h: Add double-inclusion guards. Reported by Stefan Berger. Signed-off-by: Eric Blake --- Now pushed to gnulib. ChangeLog |6 ++ lib/ignore-value.h |5 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40ca4

Re: [libvirt] [PATCH v2] introduce VIR_CLOSE to be used rather than close()

2010-10-15 Thread Eric Blake
[adding bug-gnulib] On 10/15/2010 03:58 PM, Stefan Berger wrote: +# include + +# include "internal.h" You need #include "ignore-value.h"... The problem with this include file is that it doesn't protect itself from multiple inclusion with a #ifndef, #define sequence, so I ended up getting r

[PATCH] GNUmakefile: handle "stable" target, not "major"

2010-10-15 Thread Jim Meyering
Per the procedure described in coreutils' README-release, I typed "make stable" right after tagging, and was surprised to see it fail. Here's the fix: >From fdaeccfb8561f0727fb7473eec5085cb2a86b4e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Oct 2010 20:12:52 +0200 Subject: [PATCH]

Re: [PATCH] isnan: Add support for TinyCC

2010-10-15 Thread Ben Pfaff
l...@gnu.org (Ludovic Courtès) writes: > The patch below adds support for TinyCC. Without it, tcc bails out: > > isnan.c:132: division by zero in constant > > Tested with tcc 0.9.25 on x86_64-linux-gnu. Thank you, I pushed this to master. -- Ben Pfaff http://benpfaff.org

[PATCH] isnan: Add support for TinyCC

2010-10-15 Thread Ludovic Courtès
Hello, The patch below adds support for TinyCC. Without it, tcc bails out: isnan.c:132: division by zero in constant Tested with tcc 0.9.25 on x86_64-linux-gnu. Thanks, Ludo’. 2010-10-15 Ludovic Courtès * lib/isnan.c (FUNC): Treat TinyCC (`__TINYC__') like `__SUNPRO_C' &