[re-adding the list] Pádraig Brady wrote: > > On 03/16/2012 12:10 PM, Voelker, Bernhard wrote: > > Pádraig Brady wrote: > > > >> I see the new sort-discrim test fails on systems > >> without GMP (in this case solaris). > >> The attached should fix it. > > > > Both with the original 8.15.74-be17e3 and the patch, > > the test fails here on SLES10.3 (x86_64). > > Thanks for testing, though it's surprising. > > > expr: 18446744073709551615: Numerical result out of range > > Could you send the output with the patch applied?
Oops, I had to apply the patch manually on that system, and missed the first block of changes. Indeed, with the patch it's working: + diff -u out exp ++ expr 9223372036854775807 / 100 + max_int100=92233720368547758 Sorry for the noise. Have a nice day, Berny
