Commit 036efbf2 by Bernd Schmidt Committed by Bernd Schmidt

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
parent c99102b8
......@@ -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
......
/* { 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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment