This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug
- To: gcc-bugs at gcc dot gnu dot org
- Subject: bug
- From: NOBUHIRO OKAMOTO <s1062020 at u-aizu dot ac dot jp>
- Date: Tue, 03 Jul 2001 09:07:15 +0900
- cc: s1062020 at u-aizu dot ac dot jp
/* Source */
#include <limits.h>
#define DATA_N LONG_MAX
main(){
unsigned long data[DATA_N];
...
}
/* Compile */
gcc test.c -o test
test.c: In function `main':
test.c:9: size of array `data' is too large
test.c:9: Internal compiler error in `assign_stack_temp_for_type', at
function. c:937
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.