http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852
--- Comment #14 from Nathan Ridge <zeratul976 at hotmail dot com> 2012-01-27 05:37:21 UTC --- (In reply to comment #13) > One thing to do is to use --param ggc-min-expand=1 --param ggc-min-heapsize=1 > and try to reduce it from there. And then when you get down use 0's instead > of > 1. That should help with GC issues. The error goes away when I add those options! Is that expected?