https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949
--- Comment #6 from H.J. Lu ---
How is GCC configured for i386-pc-solaris2.10?
i386 won't use SSE instructions by default.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949
--- Comment #5 from Richard Biener ---
Reduced testcase, compile with -m32 -msse -O2 -fno-omit-frame-pointer
(works on a x86_64-linux host, no 32bit host available right now):
struct md5_ctx
{
unsigned int A;
unsigned int B;
unsigned int C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949
Richard Biener changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
Com