mangle6.C: Run for mipsisa64*-*-* targets.
authorChris Demetriou <cgd@broadcom.com>
Wed, 3 Jul 2002 23:09:11 +0000 (23:09 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Wed, 3 Jul 2002 23:09:11 +0000 (16:09 -0700)
2002-07-03  Chris Demetriou  <cgd@broadcom.com>

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

From-SVN: r55228

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/mangle6.C
gcc/testsuite/gcc.dg/20020620-1.c

index c4146afd6223f5169dc01dcec3a06ac0334a65d9..9b093b5517ee5af1c99bd1c5420640b4b83e2bed 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-03  Chris Demetriou  <cgd@broadcom.com>
+
+       * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
+       * gcc.dg/20020620-1.c: Likewise.
+
 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        PR c++/6944
index e17ee7e653b6f79852bb631338d5616569a10707..ff5fd5b5aa72d142e4f600480a4c77bd0750cd1d 100644 (file)
@@ -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 019afdd6dbfa85d72250f5b337eb3550a650e7a9..ea6b9d5a74f210ad6d8e45dd549e35630f4cf208 100644 (file)
@@ -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)
 {