This is the mail archive of the gcc-patches@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]

Re: RFA: Make compare_and_jump_seq check that it has a jump insn


>   The problem is that compare_and_jump_seq was then using the JUMP_LABEL
>   macro on an insn that was not a jump, and in the process corrupting a
>   completely unrelated insn.  (It took me a *long* time to track down
>   exactly where this corruption was occurring...).

Configuring with RTL checking (--enable-checking=yes,rtl) would presumably 
have revealed the problem immediately.

-- 
Eric Botcazou


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