This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Enable two testcases on fido.


Hi,

Attached is a patch to enable two testcases on fido.

All these testcases run on m68k-*-*.  There is no reason to skip them
on fido.

Tested the individual testcases on fido.  Committed as obvious.

Kazu Hirata

2007-05-23  Kazu Hirata  <kazu@codesourcery.com>

	* gcc.dg/bf-spl1.c, gcc.dg/m68k-pic-1.c: Enable on fido-*-*.

Index: gcc/testsuite/gcc.dg/m68k-pic-1.c
===================================================================
--- gcc/testsuite/gcc.dg/m68k-pic-1.c	(revision 124995)
+++ gcc/testsuite/gcc.dg/m68k-pic-1.c	(working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target m68k-*-* } }  */
+/* { dg-do compile { target m68k-*-* fido-*-* } }  */
 /* { dg-options "-O2 -fpic" }  */
 
 extern void Foo (void *);
Index: gcc/testsuite/gcc.dg/bf-spl1.c
===================================================================
--- gcc/testsuite/gcc.dg/bf-spl1.c	(revision 124995)
+++ gcc/testsuite/gcc.dg/bf-spl1.c	(working copy)
@@ -1,4 +1,4 @@
-/* { dg-do run { target m68k-*-* sparc-*-* } } */
+/* { dg-do run { target m68k-*-* fido-*-* sparc-*-* } } */
 /* { dg-options { -O2 } } */
 
 extern void abort (void);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]