On Sun, 6 Dec 2015, Bernd Edlinger wrote: > > Hi, > > while looking at the handling of basic asm statements > I noticed two minor glitches, which I want to fix now. > > Secondly there is a wrong check in shorten_branches in final.c > > Here we check if GET_CODE (body) == ASM_INPUT, that is > never true, because GET_CODE (body) == SEQUENCE here. > The right object to check is PATTERN (inner_insn). > > > Boot-strapped and reg-tested on x86_64-pc-linux-gnu, > OK for trunk?
Ok. Richard.