public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] ARM: remove -march from tests that don't need it
@ 2011-06-21 21:04 Janis Johnson
  2011-06-21 21:38 ` Ramana Radhakrishnan
  0 siblings, 1 reply; 3+ messages in thread
From: Janis Johnson @ 2011-06-21 21:04 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

This patch removes "-march=armv7-a" from four tests that pass with all
-march values from armv4t on.

OK for trunk?

[-- Attachment #2: gcc-20110621-3 --]
[-- Type: text/plain, Size: 1624 bytes --]

2011-06-21  Janis Johnson  <janisjo@codesourcery.com>

	* gcc.target/arm/smlaltb-1.c: Don't specify -march.
	* gcc.target/arm/smlaltt-1.c: Likewise.
	* gcc.target/arm/smlatb-1.c: Likewise.
	* gcc.target/arm/smlatt-1.c: Likewise.

Index: gcc.target/arm/smlaltb-1.c
===================================================================
--- gcc.target/arm/smlaltb-1.c	(revision 175269)
+++ gcc.target/arm/smlaltb-1.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv7-a" } */
+/* { dg-options "-O2" } */
 
 long long int
 foo (long long x, int in)
Index: gcc.target/arm/smlaltt-1.c
===================================================================
--- gcc.target/arm/smlaltt-1.c	(revision 175269)
+++ gcc.target/arm/smlaltt-1.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv7-a" } */
+/* { dg-options "-O2" } */
 
 long long int
 foo (long long x, int in1, int in2)
Index: gcc.target/arm/smlatb-1.c
===================================================================
--- gcc.target/arm/smlatb-1.c	(revision 175269)
+++ gcc.target/arm/smlatb-1.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv7-a" } */
+/* { dg-options "-O2" } */
 
 int
 foo (int x, int in)
Index: gcc.target/arm/smlatt-1.c
===================================================================
--- gcc.target/arm/smlatt-1.c	(revision 175269)
+++ gcc.target/arm/smlatt-1.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv7-a" } */
+/* { dg-options "-O2" } */
 
 int
 foo (int x, int in1, int in2)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-21 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 21:04 [testsuite] ARM: remove -march from tests that don't need it Janis Johnson
2011-06-21 21:38 ` Ramana Radhakrishnan
2011-06-21 21:46   ` Janis Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).