* gcc.target/arm/unsigned-extend-1.c: Omit -march option.

From-SVN: r191808
This commit is contained in:
Janis Johnson 2012-09-27 15:49:41 +00:00 committed by Janis Johnson
parent fb95b3dfae
commit 207f3d820a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-09-27 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/unsigned-extend-1.c: Omit -march option.
2012-09-27 Ulrich Weigand <ulrich.weigand@linaro.org>
* gcc.dg/lower-subreg-1.c: Disable on arm-*-* targets.

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -march=armv6" } */
/* { dg-options "-O2" } */
unsigned char foo (unsigned char c)
{