Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-08-11 Thread Rainer Tammer
Hello, I have checked the snap shot on AIX 5.3 (to avoid problem with the AIX 7.1BETA): On 09.08.2010 23:26, Eric Blake wrote: > On 07/30/2010 08:23 AM, Eric Blake wrote: >> Now fixed in gnulib, and therefore in my current m4 snapshot: >> >> Grab m4-1.4.14.6-76d1 from http://people.redhat.com/ebl

Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-08-10 Thread Rainer Tammer
Hello Eric, On 09.08.2010 23:26, Eric Blake wrote: > On 07/30/2010 08:23 AM, Eric Blake wrote: >> Now fixed in gnulib, and therefore in my current m4 snapshot: >> >> Grab m4-1.4.14.6-76d1 from http://people.redhat.com/eblake/m4/ > Now at m4-1.4.14.7-19d5 from the same location. > >> I'm hoping th

Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-08-09 Thread Eric Blake
On 07/30/2010 08:23 AM, Eric Blake wrote: > Now fixed in gnulib, and therefore in my current m4 snapshot: > > Grab m4-1.4.14.6-76d1 from http://people.redhat.com/eblake/m4/ Now at m4-1.4.14.7-19d5 from the same location. > > I'm hoping that all the strtod issues have been resolved, but nothing

Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-07-30 Thread Rainer Tammer
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

Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-07-30 Thread Eric Blake
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; >

Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-07-30 Thread Rainer Tammer
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

next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-07-30 Thread Eric Blake
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