On 2011/7/18 04:46 PM, Richard Earnshaw wrote: > The patch to arm.c is ok, but the change to the test is not as it will cause problems with multilib testing. A better fix is to skip the test if the target is thumb1. > > The other test needs a similar check as it seems to expect a movs instruction. > > R. Yes it seems more logical to skip for thumb1, at least for the movs one. For the uxtb test, I think probably using "dg-require-effective-target arm_thumb2_ok" would be more suitable wrt multilib testing. Updated patch for the testcase parts, is this okay? Thanks, Chung-Lin