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 c/67004] valgrind error in recog_memoized & shorten_branches


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67004

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Sat Jul 25 11:34:59 2015
New Revision: 226215

URL: https://gcc.gnu.org/viewcvs?rev=226215&root=gcc&view=rev
Log:
        PR target/67004
        * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
        predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.h


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