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 target/64003] valgrind complains about get_attr_length_nobnd in insn-attrtab.c from i386.md


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?


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