* gcc.target/arm/unsigned-extend-1.c: Omit -march option.
From-SVN: r191808
This commit is contained in:
parent
fb95b3dfae
commit
207f3d820a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -march=armv6" } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
unsigned char foo (unsigned char c)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue