Commit d6c716bd by Roger Sayle Committed by Roger Sayle

large-size-array-3.c: Correct typo.


	* gcc.dg/large-size-array-3.c: Correct typo.


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

From-SVN: r121345
parent 01a40464
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
......@@ -4,7 +4,7 @@
#ifdef __LP64__
#define DIM (UINT_MAX>>1)+1
#else
#define DIM (USHRT_MAX>>)+1
#define DIM 65536
#endif
int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment