mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 02:20:39 +08:00
thumb1-imm.c: Skip it in non-thumb1 target.
2012-04-18 Joey Ye <joey.ye@arm.com> * gcc.target/arm/thumb1-imm.c: Skip it in non-thumb1 target. From-SVN: r186563
This commit is contained in:
parent
421e608215
commit
f314862027
@ -1,3 +1,7 @@
|
||||
2012-04-18 Joey Ye <joey.ye@arm.com>
|
||||
|
||||
* gcc.target/arm/thumb1-imm.c: Skip it in non-thumb1 target.
|
||||
|
||||
2012-04-18 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gcc.target/x86_64/abi/test_passing_unions.c: Avoid undefined
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* Check for thumb1 imm [255-510] moves. */
|
||||
/* { dg-require-effective-target arm_thumb1_ok } */
|
||||
/* { dg-options "-Os" } */
|
||||
/* { dg-skip-if "" { ! { arm_thumb1 } } } */
|
||||
|
||||
int f()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user