From: Neil Booth Date: Fri, 4 May 2001 18:40:35 +0000 (+0000) Subject: * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fc77d36ad837013365eede5dc038e0de896264b;p=gcc.git * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues. From-SVN: r41838 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a26fd2bb864..5c5486518a4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-05-04 Neil Booth + + * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues. + 2001-05-03 Geoffrey Keating * lib/g++.exp (g++_include_flags): Don't use any special flags diff --git a/gcc/testsuite/gcc.c-torture/execute/longlong.c b/gcc/testsuite/gcc.c-torture/execute/longlong.c index daae7006cfb..8e1db84f558 100644 --- a/gcc/testsuite/gcc.c-torture/execute/longlong.c +++ b/gcc/testsuite/gcc.c-torture/execute/longlong.c @@ -1,7 +1,7 @@ /* Source: PR 321 modified for test suite by Neil Booth 14 Jan 2001. */ typedef unsigned long long uint64; -unsigned int pars; +unsigned long pars; uint64 b[32]; uint64 *r = b;