* gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.

From-SVN: r109676
This commit is contained in:
Ulrich Weigand 2006-01-13 21:27:18 +00:00 committed by Ulrich Weigand
parent 981fa57201
commit a6f499c1b8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-01-13 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.
2006-01-13 Bernhard Fischer <rep.nop@aon.at>
PR fortran/25756

View File

@ -1,4 +1,7 @@
/* Prevent spurious test failures on 16-bit targets. */
#if __INT_MAX__ >= 2147483647L
extern int f (char *, int);
void test (void)
@ -15,3 +18,5 @@ void test (void)
bufptr += bytes;
}
#endif