On Sep 26, 2012, at 4:58 PM, Janis Johnson <janis_john...@mentor.com> wrote:
> Test gcc.target/arm/unsigned-extend-1.c specifies option -march=armv6, > which causes compile failures when that option conflicts with other > test flags, such as for multilibs. It can also be overridden by other > test flags. The test is scanning that instruction "uxtb" is not > issued. Leaving off the option won't hurt when the effective target > doesn't support the instruction, and will allow the test to be tried > with other newer processors as well. > > OK for trunk? Ok.