Compiler otimization error on Solaris AMD64

2006-08-09 Thread David Shambroom
The file openssl_0.9.8b/crypto/aes/aes_core.c is based on rijndael-alg-fst.c by Rijnmen, Bosselaers, and Barreto. I discovered in the context of another project that when this file is compiled on Solaris AMD64: $ uname -a SunOS opterondev 5.10 Generic i86pc i386 i86pc using Sun's compiler

Re: Compiler otimization error on Solaris AMD64

2006-08-09 Thread William A. Rowe, Jr.
Well documented; see bug rt 1281, just tweak -xdepend - because this was already a problem for both sparc and x86, the fact that it's present in 64 bit compilations is no surprise. David Shambroom wrote: The file openssl_0.9.8b/crypto/aes/aes_core.c is based on rijndael-alg-fst.c by Rijnmen,