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:
parent
260437d63a
commit
a638d1de20
@ -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 } } } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user