Re: more compile warnings with new factor

2012-10-22 Thread Torbjorn Granlund
Pádraig Brady writes: If I manually undef HAVE_GMP at the top of factor.c, then... $ make src/factor.o src/factor.c:154:0: error: macro "__GMP_GNUC_PREREQ" is not used [-Werror=unused-macros] It is used by some configs in longlong.h. It cannot be removed unless you fork longlong.h.

more compile warnings with new factor

2012-10-22 Thread Pádraig Brady
If I manually undef HAVE_GMP at the top of factor.c, then... $ make src/factor.o src/factor.c:154:0: error: macro "__GMP_GNUC_PREREQ" is not used [-Werror=unused-macros] $ make CFLAGS=-m32 src/factor.o src/factor.c: In function 'factor_using_division': src/factor.c:755:33: error: variable 'lo'

Re: issues with new factor on sparc

2012-10-22 Thread Pádraig Brady
On 10/22/2012 02:21 PM, Pádraig Brady wrote: compile warning with gcc 3.4.3 on SunOS login 5.10 Generic_147440-19 sun4v sparc SUNW,SPARC-Enterprise-T5220 src/factor.c: In function `factor_using_pollard_rho2': src/factor.c:1535: warning: right shift count >= width of type src/factor.c:1558:

Re: new snapshot available: coreutils-8.19.166-3131c

2012-10-22 Thread Jim Meyering
Pádraig Brady wrote: > On 10/19/2012 12:36 PM, Jim Meyering wrote: >> We plan to release coreutils-8.20 early next week, so any testing >> you can do between now and Monday would be most welcome. > > Fedora 15 - x86_64 ... > RHEL 6.1 ... > solaris - sparc ... > Debian 5.0.10 - sparc64 ... > Debian

Re: new snapshot available: coreutils-8.19.166-3131c

2012-10-22 Thread Pádraig Brady
On 10/19/2012 12:36 PM, Jim Meyering wrote: We plan to release coreutils-8.20 early next week, so any testing you can do between now and Monday would be most welcome. Fedora 15 - x86_64 coreutils # TOTAL: 532 # PASS: 438 # SKIP: 94 # FAIL: 0 gnulib # TOTAL: 315 # PASS: 305 #

issues with new factor on sparc

2012-10-22 Thread Pádraig Brady
compile warning with gcc 3.4.3 on SunOS login 5.10 Generic_147440-19 sun4v sparc SUNW,SPARC-Enterprise-T5220 src/factor.c: In function `factor_using_pollard_rho2': src/factor.c:1535: warning: right shift count >= width of type src/factor.c:1558: warning: right shift count >= width of type src/

Re: [PATCH] tests: correctly restrict factor test without GMP

2012-10-22 Thread Jim Meyering
Pádraig Brady wrote: > * tests/misc/factor.pl: Correct the precedence and > regular expression in the command to check for GMP. > --- > tests/misc/factor.pl |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tests/misc/factor.pl b/tests/misc/factor.pl > index 8f6edaa..5

[PATCH] tests: correctly restrict factor test without GMP

2012-10-22 Thread Pádraig Brady
* tests/misc/factor.pl: Correct the precedence and regular expression in the command to check for GMP. --- tests/misc/factor.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/misc/factor.pl b/tests/misc/factor.pl index 8f6edaa..540984f 100755 --- a/tests/misc/facto