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
>> **
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
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
-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
-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
-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,
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 (-
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
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" &
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 $$ |
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
11 matches
Mail list logo