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
* 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
[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
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]
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
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' &