On 06/23/2011 07:40 AM, Andrew Stubbs wrote: +++ b/gcc/testsuite/gcc.target/arm/umlal-1.c +/* { dg-final { scan-assembler "umlal" } } */
Don't use the name of the instruction as the test name or the scan will always pass, because the file name shows up in assembly output. See http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01823.html for a proposed effective target that can be used in this test. Janis