> From: Kalai Rajah N <kalairajah@xxxxxxxxx> > Date: Mon, Jun 10, 2013 at 5:19 PM > Subject: Re: Thumb inline assembly > To: Ian Lance Taylor <iant@xxxxxxxxxx> > > > If the clobber-list is removed, the errors are on r1,r2, r3 and the > generated assembly code is ... When you clobber r0 through r3 they can't be used as input registers. I still haven't seen a complete standalone test case, but perhaps GCC is in ARM mode but you are generating Thumb assembly code. Ian