On Sat, Jan 14, 2017 at 01:09:14PM -0600, Segher Boessenkool wrote: > On Sat, Jan 14, 2017 at 05:55:48PM +0000, Segher Boessenkool wrote: > > - && extract_asm_operands (PATTERN (last)) != NULL_RTX > > + && (extract_asm_operands (last) || JUMP_LABEL (last) == before) > > Somehow I removed the PATTERN there; retesting with it. I'll test it > on x86 as well, maybe it triggers there (it doesn't on PowerPC obviously).
Tested that on powerpc64-linux and x86_64-linux now; no failures. Segher