Minor testsuite fixes for targets with 16-bit ints and targets without I/O.
authorJim Wilson <wilson@cygnus.com>
Fri, 12 Mar 1999 16:19:54 +0000 (16:19 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 12 Mar 1999 16:19:54 +0000 (08:19 -0800)
commit6e0f130b0ef9c162289989db9d5906458e0e979e
treee163cb34c30892afd0af949b492c4aba4511b1ea
parentd24de7d183899847d520b453b09cf45c4a643ca4
Minor testsuite fixes for targets with 16-bit ints and targets without I/O.

* execute/970312-1.c, execute/980605-1.c (f): Change printf to sprintf.
* execute/bf-sign-2.c (struct X): Add u15 field.
(main): Add check for u15.  Conditionalize u31 check depending on
whether ints are <32 bits or >=32 bits.

From-SVN: r25730
gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/execute/970312-1.c
gcc/testsuite/gcc.c-torture/execute/980605-1.c
gcc/testsuite/gcc.c-torture/execute/bf-sign-2.c