Commit 8edf7a6d by Richard Sandiford Committed by Richard Sandiford

* gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.

From-SVN: r70536
parent 431d5fdd
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
......
/* { dg-do assemble {target *mips*-*-* } } */
/* { dg-do compile { target mips*-*-* } } */
register unsigned int cp0count asm ("$c0r1");
......
/* { dg-do assemble {target *mips*-*-* } } */
/* { dg-do compile { target mips*-*-* } } */
register unsigned int c3r1 asm ("$c3r1");
......
/* { dg-do assemble {target *mips*-*-* } } */
/* { dg-do compile { target mips*-*-* } } */
register unsigned int c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2");
......
/* { dg-do assemble {target *mips*-*-* } } */
/* { dg-do compile { target mips*-*-* } } */
register unsigned long c3r1 asm ("$c3r1"), c3r2 asm ("$c3r2");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment