* gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 18 Aug 2003 08:02:00 +0000 (08:02 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 18 Aug 2003 08:02:00 +0000 (08:02 +0000)
From-SVN: r70536

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/mipscop-1.c
gcc/testsuite/gcc.c-torture/compile/mipscop-2.c
gcc/testsuite/gcc.c-torture/compile/mipscop-3.c
gcc/testsuite/gcc.c-torture/compile/mipscop-4.c

index 47e7e9725e612ce4ae34b26200f202c0de391ae6..504682624eb22fd1774169e2f065f6b91bcda5d4 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
+
 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR C++/11512
index 478b423e2d78d62c01629500ab07c572c3971a19..911aec2b40c9d3f32e6d194c9874456f23dfbab8 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned int cp0count asm ("$c0r1");
 
index 0ba5610b623033e62a64bfb1f97b48c273f665d4..1f9118293252ab6f4516c62d0a845a8024c1382e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned int c3r1 asm ("$c3r1");
 
index 3a4250cc358deed0cf7d1166f0429fbe4550ec45..014f33541dc3b44d4f446c28e79e46023ff2e325 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned int c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2");
 
index a30146224c1f68e395c1d3d7e7e7abb1b363d2b1..da249daa6aed839e5f939588d2d58f1af8b701ff 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned long c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2");