------- Comment #21 from mueller at kde dot org 2005-11-07 18:45 ------- its an error in the testcase, the original code initializes i:
if((j + len) > 63) { 562 memcpy(&context->buffer[j], data, (i = 64-j)); 563 transform(context->state, context->buffer); 564 for ( ; i + 63 < len; i += 64) { 565 transform(context->state, &data[i]); 566 } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24683