Re: FAIL: test-strtod

2008-07-30 Thread Dennis Clarke
On Wed, Jul 30, 2008 at 4:26 AM, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [re-adding the list, and also adding bug-gnulib, since this particular > problem is related to gnulib. For bug-gnulib readers: this is a report of > test-strtod failure on S

lib/regex_internal.h on 1.4.11

2008-07-30 Thread Jonathan Patschke
The literal constant on line 164 of lib/regex_internal.h needs to be explicitly declared as an unsigned long. HP-UX's preprocessor (at least on 10.20) will fail a comparison between 0x and 0xUL. The constant in limits.h is explicitly UL, so BITSET_WORD_MAX doesn't get pr

Re: lib/regex_internal.h on 1.4.11

2008-07-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jonathan Patschke on 7/30/2008 5:55 PM: | | The literal constant on line 164 of lib/regex_internal.h needs to be | explicitly declared as an unsigned long. HP-UX's preprocessor (at least | on 10.20) will fail a comparison between 0xf

Re: FAIL: test-strtod

2008-07-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dennis Clarke on 7/30/2008 9:17 AM: |> Somehow, the test needs to be made more robust; we either need more m4 |> magic to determine if -lm is necessary for fabs, or a gnulib replacement |> for fabs that works without requiring libm, or a

Re: FAIL: test-strtod

2008-07-30 Thread Dennis Clarke
On Thu, Jul 31, 2008 at 2:59 AM, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Dennis Clarke on 7/30/2008 9:17 AM: > |> Somehow, the test needs to be made more robust; we either need more m4 > |> magic to determine if -lm is necessary for f