* gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.
From-SVN: r109676
This commit is contained in:
parent
981fa57201
commit
a6f499c1b8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user