2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-15 16:10:41 +08:00

scd42-1.c: Improve the check for UAL and non-UAL cases.

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
This commit is contained in:
Tony Liu 2015-01-26 03:20:33 +00:00 committed by Xuepeng Guo
parent 260437d63a
commit a638d1de20
2 changed files with 7 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.target/arm

@ -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

@ -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 } } } } */