From: Franz Sirl Date: Wed, 10 Oct 2001 16:35:56 +0000 (+0000) Subject: Oops, committed early version of the testcase. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b0546b8688ccc08aa1617748c191f06160f05b7;p=gcc.git Oops, committed early version of the testcase. From-SVN: r46148 --- diff --git a/gcc/testsuite/gcc.c-torture/execute/20011008-3.c b/gcc/testsuite/gcc.c-torture/execute/20011008-3.c index 73b569f1995..5a24ac92ecf 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20011008-3.c +++ b/gcc/testsuite/gcc.c-torture/execute/20011008-3.c @@ -84,9 +84,10 @@ __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) int main (void) { DB_TXNLIST el; - DB_LSN lsn; + DB_LSN lsn, lsn_a[1235]; el.u.l.ntxns = 1234; + el.u.l.lsn_array = lsn_a; if (__db_txnlist_lsnadd (0, &el, &lsn, 0) != 1) abort ();