From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28102 invoked by alias); 2 Nov 2012 05:38:12 -0000 Received: (qmail 26791 invoked by uid 48); 2 Nov 2012 05:37:52 -0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55176] New: [4.8 Regression] Out of memory during Chromium build Date: Fri, 02 Nov 2012 05:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00113.txt.bz2 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: unassigned@gcc.gnu.org ReportedBy: markus@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)