https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64003
--- Comment #17 from Ilya Enkovich <enkovich.gnu at gmail dot com> --- (In reply to Jorn Wolfgang Rennecke from comment #13) > > AFAICS, the length attribute was broken in r217125 > https://gcc.gnu.org/ml/gcc-cvs/2014-11/msg00133.html If I understand the problem correctly the root is in attempt to get length of following instructions computing length for forwrad jump instruction. How comes r217125 is guilty for that? It doesn't introduce such computations, it just renames "length" attribute into "length_nobnd" for mentioned jump patterns. Do I miss something here?