]> gcc.gnu.org Git - gcc.git/commitdiff
large-size-array-3.c: Correct typo.
authorRoger Sayle <roger@eyesopen.com>
Tue, 30 Jan 2007 17:13:12 +0000 (17:13 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 30 Jan 2007 17:13:12 +0000 (17:13 +0000)
* gcc.dg/large-size-array-3.c: Correct typo.

Co-Authored-By: Uros Bizjak <ubizjak@gmail.com>
From-SVN: r121345

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

index be372cf48d8d003461d10bbef58fa4b69f4580d3..68eb3dac791a9d7a4e06770cc009861db3c00f6a 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-30  Roger Sayle  <roger@eyesopen.com>
+           Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/large-size-array-3.c: Correct typo.
+
 2007-01-30  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/27657
index f2434b926d64a93682584d04eb72f55467978f50..0b6149ba5a5e9144b582c502631b76598cac2756 100644 (file)
@@ -4,7 +4,7 @@
 #ifdef __LP64__
 #define DIM (UINT_MAX>>1)+1
 #else
-#define DIM (USHRT_MAX>>)+1
+#define DIM 65536
 #endif
 
 int
This page took 0.130511 seconds and 5 git commands to generate.