http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55176
Bug #: 55176 Summary: [4.8 Regression] Out of memory during Chromium build Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: mar...@trippelsdorf.de Created attachment 28595 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28595 testcase If one compiles the attached testcase with "-02" or higher, cc1plus will quickly run out of memory and eventually be killed by the OOM killer. % g++ -O2 -c exit.ii g++: internal compiler error: Killed (program cc1plus)