Commit ce7f07bd by Richard Sandiford Committed by Richard Sandiford

* gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.

From-SVN: r81508
parent e8430418
2004-05-05 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
2004-05-04 Paolo Bonzini <bonzini@gnu.org> 2004-05-04 Paolo Bonzini <bonzini@gnu.org>
* g++.dg/ext/spe1.C: New testcase. * g++.dg/ext/spe1.C: New testcase.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
the low part of u.ll on little-endian 32-bit targets. */ the low part of u.ll on little-endian 32-bit targets. */
/* { dg-do run { target mips*-*-* } } */ /* { dg-do run { target mips*-*-* } } */
#if !defined(__mips16)
unsigned int g; unsigned int g;
unsigned long long f (unsigned int x) unsigned long long f (unsigned int x)
...@@ -22,3 +23,6 @@ int main () ...@@ -22,3 +23,6 @@ int main ()
abort (); abort ();
exit (0); exit (0);
} }
#else
int main () { exit (0); }
#endif
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