This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/24683] [3.4/4.0/4.1 Regression] ICE in in extract_insn, at recog.c:2084



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]