[Bug c++/70340] Invalid constexpr template function causes internal compiler error (memory exhaustion)

2016-03-22 Thread gccBugs at haatschii dot de
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

[Bug c++/70340] Invalid constexpr template function causes internal compiler error (memory exhaustion)

2016-03-21 Thread gccBugs at haatschii dot de
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

[Bug c++/70340] New: Invalid constexpr template function causes internal compiler error (memory exhaustion)

2016-03-21 Thread gccBugs at haatschii dot de
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).

[Bug c++/52900] Compile source using Boost header with -static -flto -std=c++11 breaks

2012-05-06 Thread gccBugs at haatschii dot de
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?

[Bug c++/52900] Compile source using Boost header with -static -flto -std=c++11 breaks

2012-04-10 Thread gccBugs at haatschii dot de
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

[Bug c++/52900] Compile source using Boost header with -static -flto -std=c++11 breaks

2012-04-07 Thread gccBugs at haatschii dot de
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.

[Bug c++/52900] New: Compile source using Boost header with -static -flto -std=c++11 breaks

2012-04-07 Thread gccBugs at haatschii dot de
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