Re: test-bitrotate failure on Solaris

2009-08-27 Thread Simon Josefsson
Bruno Haible writes: > Hi, > > On Solaris/x86, with SunPRO C 5.9, the test-bitrotate fails: > > test-bitrotate.c:227: assertion failed > FAIL: test-bitrotate > > The reason is that test-bitrotate.c:227 passes a 0 shift count to rotr64, > which is outside the specification of rotr64. > > I pro

test-bitrotate failure on Solaris

2009-08-27 Thread Bruno Haible
Hi, On Solaris/x86, with SunPRO C 5.9, the test-bitrotate fails: test-bitrotate.c:227: assertion failed FAIL: test-bitrotate The reason is that test-bitrotate.c:227 passes a 0 shift count to rotr64, which is outside the specification of rotr64. I propose to remove that particular test: 20