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:
parent
bf05ef76d9
commit
74c4e863bf
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_thumb2_ok } */
|
||||
/* { dg-options "-mthumb -mcpu=cortex-m3 -O2" } */
|
||||
|
||||
struct tmp {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_thumb2_ok } */
|
||||
/* { dg-options "-O2 -mthumb" } */
|
||||
|
||||
int a, b, c;
|
||||
|
|
Loading…
Add table
Reference in a new issue