https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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.
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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63716
Andrew Pinski changed:
What|Removed |Added
Keywords||memory-hog
--- Comment #1 from Andrew Pi