Closed GoogleCodeExporter closed 8 years ago
this was caused because the 2nd alternative of call_indirect insn was chosen,
which
did not have the scratch reg marked as earlyclobber. namely, earlyclobber
constraint
modifier must be, as opposed to most other modifiers, written explicitly for
*every*
alternative.
with r194 it is, and this fixes the bug.
Original comment by jmoc...@gmail.com
on 15 Jan 2009 at 1:42
Original issue reported on code.google.com by
jmoc...@gmail.com
on 15 Jan 2009 at 1:16