[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 c++/77844] New: Compilation of simple C++ example exhaust memory

2016-10-04 Thread graeser at mi dot fu-berlin.de
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: graeser at mi dot fu-berlin.de Target Milestone: --- Created attachment 39750 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39750=edit Compiling with 'g++-4.9 -O -g' triggers the problem. When trying to comp

[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