Commit a6f499c1 by Ulrich Weigand Committed by Ulrich Weigand

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

From-SVN: r109676
parent 981fa572
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
/* 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
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