thumb-andsi.c: Correct dg-options and add dg-require-effective-target.

* gcc.target/arm/thumb-andsi.c: Correct dg-options and add
	dg-require-effective-target.

From-SVN: r157583
This commit is contained in:
Bernd Schmidt 2010-03-19 19:42:59 +00:00 committed by Bernd Schmidt
parent c99102b8b4
commit 036efbf272
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@
PR target/40697
* gcc.target/arm/thumb-andsi.c: New test.
* gcc.target/arm/thumb-andsi.c: Correct dg-options and add
dg-require-effective-target.
2010-03-19 Michael Matz <matz@suse.de>
PR c++/43116

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-Os -mthumb -march=armv5te" } */
/* { dg-options "-mthumb -Os" } */
/* { dg-require-effective-target arm_thumb1_ok } */
unsigned get_least_bits(unsigned value)
{