This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47993] `internal error: Killed'
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 5 Mar 2011 14:16:53 +0000
- Subject: [Bug c++/47993] `internal error: Killed'
- Auto-submitted: auto-generated
- References: <bug-47993-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47993
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-05 14:16:48 UTC ---
You ran out of memory. If 4.4 and 4.5 work you can try --param
max-fields-for-field-sensitive=1 as a workaround.
Otherwise, "fixed in 4.4".