pr65067.c: Require Thumb2 effective target.

gcc/testsuite/
2015-05-05  Yvan Roux  <yvan.roux@linaro.org>

	* gcc.target/arm/pr65067.c: Require Thumb2 effective target.
	* gcc.target/arm/pr65924.c: Likewise.

From-SVN: r222798
This commit is contained in:
Yvan Roux 2015-05-05 09:37:11 +00:00 committed by Yvan Roux
parent bf05ef76d9
commit 74c4e863bf
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-05-05 Yvan Roux <yvan.roux@linaro.org>
* gcc.target/arm/pr65067.c: Require Thumb2 effective target.
* gcc.target/arm/pr65924.c: Likewise.
2015-05-05 Uros Bizjak <ubizjak@gmail.com>
PR target/65871

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target arm_thumb2_ok } */
/* { dg-options "-mthumb -mcpu=cortex-m3 -O2" } */
struct tmp {

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target arm_thumb2_ok } */
/* { dg-options "-O2 -mthumb" } */
int a, b, c;