d->m_dict[TDEFL_LZ_DICT_SIZE + dst_pos] = c;
if (dst_pos < (TDEFL_MAX_MATCH_LEN - 1)) { //d->m_dict[TDEFL_LZ_DICT_SIZE + dst_pos] = c; //Compiler failure line! Compiler BUG int appo = TDEFL_LZ_DICT_SIZE + dst_pos; d->m_dict[appo] = c; }