* gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Fri, 4 May 2001 18:40:35 +0000 (18:40 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 4 May 2001 18:40:35 +0000 (18:40 +0000)
From-SVN: r41838

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

index a26fd2bb864e4717adfb8c27feabcdf7421f8511..5c5486518a4d7ec6af114f973dda5988c8cc7ec0 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 daae7006cfb65899186b528d44d61e4e9f9b6052..8e1db84f558d51646466fa15f97da514f8fdff42 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;