[Bug c++/63716] GCC Internal Error

2015-03-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63716] GCC Internal Error

2014-11-08 Thread cordlandwehr at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 --- Comment #4 from cordlandwehr at kde dot org --- Thanks, I could workaround this problem by fiddling a little bit with includes.

[Bug c++/63716] GCC Internal Error

2014-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 --- Comment #3 from Richard Biener --- c++: internal compiler error: Killed (program cc1plus) means you ran out of memory and the kernel decided to kill GCC. I'd say try without -g or with -fno-var-tracking.

[Bug c++/63716] GCC Internal Error

2014-11-02 Thread cordlandwehr at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 --- Comment #2 from cordlandwehr at kde dot org --- * RAM: 12 GB * Swap space: 4 GB

[Bug c++/63716] GCC Internal Error

2014-11-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716 Andrew Pinski changed: What|Removed |Added Keywords||memory-hog --- Comment #1 from Andrew Pi