https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
Markus Trippelsdorf changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
Abel Romero changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
--- Comment #5 from Andreas Schwab ---
(In reply to Abel Romero from comment #3)
> The OOM killer doesn't show any killing to process g++ .
That just means that the kernel log overflowed. Given the multitude of OOM
messages your system is defin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
Abel Romero changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
--- Comment #2 from Abel Romero ---
I commit that bug to improve g++ because I solved this issue by installing
version 4.7 and linking to it for the system to be able to access it by this
way:
apt-get install g++-4.7 (as root)
ln -fs /usr/bin/g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|