coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

issues with new factor on sparc


From: Pádraig Brady
Subject: issues with new factor on sparc
Date: Mon, 22 Oct 2012 14:21:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

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/factor.c:1568: warning: right shift count >= width of type

compile failure on niagra (sparc64) with gcc 4.3.2
 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/factor.c:1568: warning: right shift count >= width of type
 /tmp/ccjv79Tn.s:8713: Error: Architecture mismatch on "addc".
 /tmp/ccjv79Tn.s:8713:  (Requires v9|v9a|v9b; requested architecture is 
sparclite.)
 /tmp/ccjv79Tn.s:8755: Error: Architecture mismatch on "subccc".
 /tmp/ccjv79Tn.s:8755:  (Requires v9|v9a|v9b; requested architecture is 
sparclite.)
 /tmp/ccjv79Tn.s:8756: Error: Architecture mismatch on "subc".
 /tmp/ccjv79Tn.s:8756:  (Requires v9|v9a|v9b; requested architecture is 
sparclite.)

On niagra all tests pass if I avoid the issue with
configure --enable-no-install-program=factor

cheers,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]