On 07/29/2010 05:03 AM, Rainer Tammer wrote:
> Hello,
> I now have tested M4 1.4.14 on AIX 7.1BETA. I have replaced
> build-aux/config.guess with the new AIX 7.1 aware version.
Now fixed in gnulib, and therefore in my current m4 snapshot:
Grab m4-1.4.14.6-76d1 from http://people.redhat.com/eblake
Hello,
just to be sure I checked the glib from M4 1.4.14 again. All test were
successful:
# gmake -k -C checks check
gmake: Entering directory `/daten/source/m4-1.4.14/checks'
PATH=`pwd`/../src":"$PATH; export PATH; \
./check-them -I ./../examples ./*[0-9][0-9][0-9].* ./stackovf.test
m4 (GNU M4) 1
On 07/30/2010 09:58 AM, Rainer Tammer wrote:
> Not quite... but it's getting better...
>
> Test "0xg" case is fixed.
Thanks for the positive feedback - we're getting closer.
>
> # ./test-strtod
> test-strtod.c:435: assertion failed
> {
> const char input[] = "0xp";
> char *ptr;
>
Hello Eric,
Eric Blake wrote:
> ... cut for clarity ...
>> test-strtod.c:762: assertion failed
>> {
>> const char input[] = "0x1p";
>> char *ptr;
>> double result;
>> errno = 0;
>> result = strtod (input, &ptr);
>> ASSERT (result == 1.0);
>> ASSERT (ptr == input + 3