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

From-SVN: r81508
This commit is contained in:
Richard Sandiford 2004-05-05 07:41:24 +00:00 committed by Richard Sandiford
parent e843041826
commit ce7f07bdc1
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* g++.dg/ext/spe1.C: New testcase.

View File

@ -2,6 +2,7 @@
the low part of u.ll on little-endian 32-bit targets. */
/* { dg-do run { target mips*-*-* } } */
#if !defined(__mips16)
unsigned int g;
unsigned long long f (unsigned int x)
@ -22,3 +23,6 @@ int main ()
abort ();
exit (0);
}
#else
int main () { exit (0); }
#endif