]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix stupidity.
authorJames E Wilson <wilson@specifixinc.com>
Wed, 17 Aug 2005 03:00:13 +0000 (20:00 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 17 Aug 2005 03:00:13 +0000 (20:00 -0700)
* gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.

From-SVN: r103195

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/large-size-array.c

index b7e41c6487d4865db5fc9d7ca096f059a2eac90b..a8caf514763be251aaf9e99c32741b57630aac04 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-16  James E Wilson  <wilson@specifix.com>
+
+       * gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.
+
 2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR tree-opt/23402
index e8d9791480bad118053b332fee65f26c90a20d5f..855d77e5e67ca98d86d2d5e5936809c18239503e 100644 (file)
@@ -4,7 +4,7 @@
 #ifdef __LP64__
 #define DIM UINT_MAX>>1
 #else
-#define DIM USHORT_MAX>>1
+#define DIM USHRT_MAX>>1
 #endif
 
 int