This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug



/* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]