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
This commit is contained in:
parent
01a40464d4
commit
d6c716bdd8
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ifdef __LP64__
|
||||
#define DIM (UINT_MAX>>1)+1
|
||||
#else
|
||||
#define DIM (USHRT_MAX>>)+1
|
||||
#define DIM 65536
|
||||
#endif
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user