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]

Re: [PATCH RFA] enable mangle6 for mipsisa64*-*-*


At Wed, 3 Jul 2002 16:25:45 +0000 (UTC), "Richard Sandiford" wrote:
> Hmm, seem to remember adding other mips64*-*-* cases as well...
> yep, see gcc.dg/20020620-1.c.

That's no fair; that's after i last compared the results!  8-)

I verified that test passes on mipsisa64-elf.


OK, based on your response, I just committed the following as
obvious.


chris
===================================================================
2002-07-03  Chris Demetriou  <cgd@broadcom.com>

	* g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
	* gcc.dg/20020620-1.c: Likewise.

Index: g++.dg/abi/mangle6.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/abi/mangle6.C,v
retrieving revision 1.1
diff -u -r1.1 mangle6.C
--- g++.dg/abi/mangle6.C	13 Mar 2002 17:19:31 -0000	1.1
+++ g++.dg/abi/mangle6.C	3 Jul 2002 17:36:47 -0000
@@ -1,5 +1,5 @@
 /* Check that __int128 types are mangled.  */
-/* { dg-do compile { target mips64*-*-* } } */
+/* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
 
 typedef int int128 __attribute__ ((mode(TI)));
 typedef unsigned int uint128 __attribute__ ((mode(TI)));
Index: gcc.dg/20020620-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/20020620-1.c,v
retrieving revision 1.1
diff -u -r1.1 20020620-1.c
--- gcc.dg/20020620-1.c	20 Jun 2002 18:07:29 -0000	1.1
+++ gcc.dg/20020620-1.c	3 Jul 2002 17:36:47 -0000
@@ -1,4 +1,4 @@
-/* { dg-do compile { target mips64*-*-* } } */
+/* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
 /* { dg-options "-O2 -mlong64" } */
 int foo (int *x, int i)
 {


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