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]

internal error on IRIX


Hi,
I built egcs-971105 on my SGI INDY IP22 with IRIX 5.3.
when I run the following short program I get an internal error.
If I comment out the 'int a', it compiles.  if I reduce the number
of elements in the array, it works.  It seems that there is some
limit to the size of the stack (64k?).  The error actually occurs
during the destruction (unwinding) of the stack.

main() {
	int l[16380];
	int a;
}

Cheers,
Paul Kendall
Product Development Manager
Orion Systems New Zealand Ltd



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