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
This commit is contained in:
Janis Johnson 2011-04-12 22:47:54 +00:00 committed by Ramana Radhakrishnan
parent b121818dff
commit 3ff3eb578c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-Os -march=armv7-a" } */
/* { dg-options "-Os" } */
#include <stdint.h>
#include <stdlib.h>