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]

egcs snapshot 19990418 internal compiler error


The following source:

	void foo(void) { int bar[25000][25000]; }

gives an internal compiler error with egcs snapshot 19990418 on
i686-pc-linux-gnu.  It's not clear it can do anything useful (though egcs
1.1.2 silently compiles it), but it shouldn't ICE.

$ egcc -c t.c
t.c: In function `foo':
t.c:1: Internal compiler error in `assign_stack_temp_for_type', at function.c:927
Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
$

-- 
Joseph S. Myers
jsm28@cam.ac.uk



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