scd42-1.c: Improve the check for UAL and non-UAL cases.
authorTony Liu <tony.liu@arm.com>
Mon, 26 Jan 2015 03:20:33 +0000 (03:20 +0000)
committerXuepeng Guo <xguo@gcc.gnu.org>
Mon, 26 Jan 2015 03:20:33 +0000 (03:20 +0000)
2015-01-26  Tony Liu  <tony.liu@arm.com>

        * gcc.target/arm/scd42-1.c: Improve the check for UAL and
        non-UAL cases.

From-SVN: r220102

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/scd42-1.c

index 31b999b515cf5e7cd07fed50d82f1d473aa33509..a04eeecfc76ea89045b395f49e570b611c708738 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-26  Tony Liu  <tony.liu@arm.com>
+
+       * gcc.target/arm/scd42-1.c: Improve the check for UAL and
+       non-UAL cases.
+
 2015-01-26  Janne Blomqvist  <jb@gcc.gnu.org>
 
        PR libfortran/64770
index f2bd6297c9726631309399dce65b3ebe6f8a4b14..420f7c4d8598d49879039637ee13ed811a4b7309 100644 (file)
@@ -13,4 +13,5 @@ unsigned load1(void)
     return 17;
 }
 
-/* { dg-final { scan-assembler "movs\[         ].*17" } } */
+/* { dg-final { scan-assembler "mov\[  ].*17" { target { arm_nothumb } } } } */
+/* { dg-final { scan-assembler "movs\[         ].*17" { target { ! arm_nothumb } } } } */