Re: HP-UX 10.20 format failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-25 Thread Gary V. Vaughan
Hi Eric, 2009/2/24 Eric Blake : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Gary V. Vaughan on 2/23/2009 7:39 PM: >> hppa2.0-hp-hpux10.20-hpc1037  m4 fails: 175.format >> Checking ./175.format >> @ ../doc/m4.texinfo:5978: Origin of test >> ./175.format: stdout mismatch >> **

Re: HP-UX 11.23 stdint failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-25 Thread Bruno Haible
Gary V. Vaughan wrote: > #define INT8_MAX INT8_C(127) > #define INT16_MAX INT16_C(32767) > #define INT32_MAX INT32_C(2147483647) > #define INT64_MAX INT64_C(9223372036854775807) > > #define INT8_MIN (-INT8_MAX - 1) > #define INT16_MIN (-INT16_MAX - 1) > #define INT32_MIN (-INT32_M

Re: HP-UX 10.20 format failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-25 Thread Bruno Haible
Gary V. Vaughan wrote: > All pass except this one: > > ... > cc -I. -I../lib -I. -I. -I.. -I./.. -I../lib -I./../lib -I../intl > +O2 -Ae -z +Ofltacc +ESlit +DAportable +Oentrysched +Odataprefetch > +Onolimit -c test-vasprintf-posix.c > test-vasprintf-posix.c:2804: assertion failed > FAIL: test-v

Re: AIX sysval failure

2009-02-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 2/24/2009 10:31 PM: >> I'm assuming that it will print oops, in which case I can modify the test >> to skip the test if kill fails. > > Nope, afraid it's doing something else :( > > % echo 'changequote([,])syscmd([echo

Re: HP-UX 11.31 strtod failure

2009-02-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 2/24/2009 11:03 PM: > I applied your patch and reran the testsuite everywhere. It does indeed > fix the problem above and hpux11.31 now passes, however our older non-C99 > compilers choke on the declaration after statem

Re: HP-UX 11.23 stdint failure

2009-02-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 2/24/2009 11:23 PM: > >>From inttypes.h (which is included by stdint.h): > > #define INT8_C(__c) (__c) > #define UINT8_C(__c) __CONCAT_U__(__c) That should be flagged as a bug,

Re: HP-UX 11.23 stdint failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-25 Thread Gary V. Vaughan
Hi Bruno, 2009/2/25 Bruno Haible : > Gary V. Vaughan wrote: >> #define INT8_MAX       INT8_C(127) >> #define INT16_MAX      INT16_C(32767) >> #define INT32_MAX      INT32_C(2147483647) >> #define INT64_MAX INT64_C(9223372036854775807) >> >> #define INT8_MIN  (-INT8_MAX - 1) >> #define INT16_MIN (-

Re: HP-UX 10.20 format failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-25 Thread Gary V. Vaughan
Hi Bruno, 2009/2/25 Bruno Haible : > Gary V. Vaughan wrote: >> All pass except this one: >> >> ... >> cc  -I. -I../lib  -I. -I. -I.. -I./.. -I../lib -I./../lib -I../intl >> +O2 -Ae -z +Ofltacc +ESlit +DAportable +Oentrysched +Odataprefetch >> +Onolimit -c test-vasprintf-posix.c >> test-vasprintf-p

Re: AIX sysval failure

2009-02-25 Thread Gary V. Vaughan
Hi Eric, 2009/2/25 Eric Blake : > According to Gary V. Vaughan on 2/24/2009 10:31 PM: >>> I'm assuming that it will print oops, in which case I can modify the test >>> to skip the test if kill fails. >> >> Nope, afraid it's doing something else :( >> >> % echo 'changequote([,])syscmd([echo "meh" &

Re: AIX sysval failure

2009-02-25 Thread Eric Blake
Gary V. Vaughan gnu.org> writes: > > What is sysval after this run? > > > > $ echo 'changequote([,])syscmd([echo "meh" && kill -9 $$ || > >    echo "oops: $?"])sysval' | ./src/m4 > > Oh yeah. D'uh, should've thought of that myself! > > % echo 'changequote([,])syscmd([echo "meh" && kill -9 $$ |

Re: AIX sysval failure

2009-02-25 Thread Gary V. Vaughan
Hi Eric, Diligently following your lead: 2009/2/26 Eric Blake : > Gary V. Vaughan gnu.org> writes: > >> > What is sysval after this run? >> > >> > $ echo 'changequote([,])syscmd([echo "meh" && kill -9 $$ || >> >    echo "oops: $?"])sysval' | ./src/m4 >> >> Oh yeah.  D'uh, should've thought of th