[Bug target/64003] valgrind complains about get_attr_length_nobnd in insn-attrtab.c from i386.md
enkovich.gnu at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Dec 4 19:38:00 GMT 2014
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?
More information about the Gcc-bugs
mailing list