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:
parent
c99102b8b4
commit
036efbf272
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user