This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/71937] out of memory on very large function
- From: "jmgjdubois at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 13:56:39 +0000
- Subject: [Bug middle-end/71937] out of memory on very large function
- Auto-submitted: auto-generated
- References: <bug-71937-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71937
--- Comment #15 from Jean-Michel Dubois <jmgjdubois at gmail dot com> ---
I am back. I built gcc 6.1 with the --enable-decimal-float I need. I can now
compile successfully in about 2'30 with gcc -O2.
Thanks for your help.