From: Richard Sandiford Date: Mon, 18 Aug 2003 08:02:00 +0000 (+0000) Subject: * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests. X-Git-Tag: releases/gcc-3.4.0~4221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8edf7a6d587dc9fc6694dec36f23035011eeddeb;p=thirdparty%2Fgcc.git * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests. From-SVN: r70536 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 47e7e9725e61..504682624eb2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Richard Sandiford + + * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests. + 2003-08-16 Nathan Sidwell PR C++/11512 diff --git a/gcc/testsuite/gcc.c-torture/compile/mipscop-1.c b/gcc/testsuite/gcc.c-torture/compile/mipscop-1.c index 478b423e2d78..911aec2b40c9 100644 --- a/gcc/testsuite/gcc.c-torture/compile/mipscop-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/mipscop-1.c @@ -1,4 +1,4 @@ -/* { dg-do assemble {target *mips*-*-* } } */ +/* { dg-do compile { target mips*-*-* } } */ register unsigned int cp0count asm ("$c0r1"); diff --git a/gcc/testsuite/gcc.c-torture/compile/mipscop-2.c b/gcc/testsuite/gcc.c-torture/compile/mipscop-2.c index 0ba5610b6230..1f9118293252 100644 --- a/gcc/testsuite/gcc.c-torture/compile/mipscop-2.c +++ b/gcc/testsuite/gcc.c-torture/compile/mipscop-2.c @@ -1,4 +1,4 @@ -/* { dg-do assemble {target *mips*-*-* } } */ +/* { dg-do compile { target mips*-*-* } } */ register unsigned int c3r1 asm ("$c3r1"); diff --git a/gcc/testsuite/gcc.c-torture/compile/mipscop-3.c b/gcc/testsuite/gcc.c-torture/compile/mipscop-3.c index 3a4250cc358d..014f33541dc3 100644 --- a/gcc/testsuite/gcc.c-torture/compile/mipscop-3.c +++ b/gcc/testsuite/gcc.c-torture/compile/mipscop-3.c @@ -1,4 +1,4 @@ -/* { dg-do assemble {target *mips*-*-* } } */ +/* { dg-do compile { target mips*-*-* } } */ register unsigned int c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2"); diff --git a/gcc/testsuite/gcc.c-torture/compile/mipscop-4.c b/gcc/testsuite/gcc.c-torture/compile/mipscop-4.c index a30146224c1f..da249daa6aed 100644 --- a/gcc/testsuite/gcc.c-torture/compile/mipscop-4.c +++ b/gcc/testsuite/gcc.c-torture/compile/mipscop-4.c @@ -1,4 +1,4 @@ -/* { dg-do assemble {target *mips*-*-* } } */ +/* { dg-do compile { target mips*-*-* } } */ register unsigned long c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2");