On 11/24/14 20:37, Segher Boessenkool wrote:
`lcc' is not an insn but just a pattern.  This caused a build error in
libgcc.
Tested with a cross compiler build (which fails without and succeeds
with the patch).  Not tested much more; this compiler really likes to
ICE, something with ipa-icf.

Is this okay for trunk?


Segher


2014-11-24  Segher Boessenkool  <seg...@kernel.crashing.org>

gcc/
        * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Remove
        PATTERN call.
OK.

A good example of a case that would have been caught if we get to a point where stuff in the insn chain are not RTX objects, but something else entirely.

jeff

Reply via email to