[Bug middle-end/77844] Compilation of simple C++ example exhaust memory

2016-10-05 Thread graeser at mi dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77844 --- Comment #4 from graeser at mi dot fu-berlin.de --- I'm sorry a typo slipped into the report. You need '-O3 -g' to trigger the error. '-O3' or '-g' alone both work nicely.

[Bug middle-end/77844] Compilation of simple C++ example exhaust memory

2016-10-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77844 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug middle-end/77844] Compilation of simple C++ example exhaust memory

2016-10-04 Thread graeser at mi dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77844 --- Comment #2 from graeser at mi dot fu-berlin.de --- With gcc 5.4.0 on Ubuntu this issue seems to be essentially fixed. However, compilation still takes about 14s and eats up about 1gb which looks huge compared to 0.1s and 31mb if the

[Bug middle-end/77844] Compilation of simple C++ example exhaust memory

2016-10-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77844 --- Comment #1 from Andrew Pinski --- This might have been fixed already. Can you try out gcc 5.4.0?