* gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2001 18:40:35 +0000 (18:40 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2001 18:40:35 +0000 (18:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41838 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/longlong.c

index a26fd2b..5c54865 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
+
 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
 
        * lib/g++.exp (g++_include_flags): Don't use any special flags
index daae700..8e1db84 100644 (file)
@@ -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;