https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70340
--- Comment #3 from gccBugs at haatschii dot de ---
(In reply to Richard Biener from comment #2)
Not sure whether I understood you correctly, but I don't think that this is
purely a problem with the complexity/recursion depth. For exampl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70340
--- Comment #1 from gccBugs at haatschii dot de ---
Sorry I forgot: The compiler call used was: g++ -std=c++11 -lgmp mwe.cpp
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gccBugs at haatschii dot de
Target Milestone: ---
Working with GMP I came across an error which causes the GCC to use an
exhaustive amount of memory (> 32 GB).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900
--- Comment #5 from gccBugs at haatschii dot de 2012-05-06 18:34:41 UTC ---
Could you reproduce the bug? Or do you need any more informations?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900
--- Comment #4 from gccBugs at haatschii dot de 2012-04-10 20:37:36 UTC ---
To large to attach it directly:
http://haatschii.de/preprocessed_source.cpp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900
--- Comment #2 from gccBugs at haatschii dot de 2012-04-07 19:21:46 UTC ---
ld --version gives:
GNU ld (GNU Binutils for Debian) 2.22
I tried -fno-use-linker-plugin as well as -fwhole-program. No difference.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900
Bug #: 52900
Summary: Compile source using Boost header with -static -flto
-std=c++11 breaks
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIR