OSDN Git Service

* gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Aug 2003 08:02:00 +0000 (08:02 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Aug 2003 08:02:00 +0000 (08:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70536 138bc75d-0d04-0410-961f-82ee72b054a4

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 47e7e97..5046826 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 478b423..911aec2 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned int cp0count asm ("$c0r1");
 
index 0ba5610..1f91182 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do assemble {target *mips*-*-* } } */
+/* { dg-do compile { target mips*-*-* } } */
 
 register unsigned int c3r1 asm ("$c3r1");
 
index 3a4250c..014f335 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 a301462..da249da 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");