diff options
author | Janis Johnson <janisjo@codesourcery.com> | 2011-04-12 22:47:54 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana@gcc.gnu.org> | 2011-04-12 22:47:54 +0000 |
commit | 3ff3eb578c620f924bdefd267ac8896754715db5 (patch) | |
tree | d29be17f1fa56c86784ddcd97e44956b2d707a17 /gcc | |
parent | b121818dffb87c8fdf622971d64ccb3ea96df2f2 (diff) | |
download | gcc-3ff3eb578c620f924bdefd267ac8896754715db5.zip gcc-3ff3eb578c620f924bdefd267ac8896754715db5.tar.gz gcc-3ff3eb578c620f924bdefd267ac8896754715db5.tar.bz2 |
pr43698.c: Remove -march option.
For
2011-04-12 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr43698.c: Remove -march option.
From-SVN: r172348
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/pr43698.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9e2b792..33df657 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2011-04-12 Janis Johnson <janisjo@codesourcery.com> + * gcc.target/arm/pr43698.c: Remove -march option. + +2011-04-12 Janis Johnson <janisjo@codesourcery.com> + * gcc.target/arm/sync-1.c: Limit to sync_int_long, do not use -march option. diff --git a/gcc/testsuite/gcc.target/arm/pr43698.c b/gcc/testsuite/gcc.target/arm/pr43698.c index 407cf7e..1fc497c 100644 --- a/gcc/testsuite/gcc.target/arm/pr43698.c +++ b/gcc/testsuite/gcc.target/arm/pr43698.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-Os -march=armv7-a" } */ +/* { dg-options "-Os" } */ #include <stdint.h> #include <stdlib.h> |