From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7429 invoked by alias); 3 Aug 2008 07:24:49 -0000 Received: (qmail 7148 invoked by uid 48); 3 Aug 2008 07:23:27 -0000 Date: Sun, 03 Aug 2008 07:24:00 -0000 Message-ID: <20080803072327.7147.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/37008] [4.2 Regression] OOM on a big c++ file In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "livubuntu at lalescu dot ro" 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: 2008-08/txt/msg00158.txt.bz2 ------- Comment #5 from livubuntu at lalescu dot ro 2008-08-03 07:23 ------- (In reply to comment #4) > (In reply to comment #2) > > g++: Internal error: Killed (program cc1plus) > > > > this means your system ran out of memory and the operating system decided > > to kill the compiler. Note that memory usage problems are unlikely to be > > fixed in a further release of GCC 4.2, but you might want to try GCC 4.3.1 > > or later which uses less memory than GCC 4.1 for your testcase. > > > > I tried the GCC 4.3.1, of course, but I got very very many weird warnings for > the Qt included files. I tried the binary GCC 4.3.1 from Debian. > > A collaborator reports that he compiled successfully FET for the same Qt as > mine, with GCC 4.3.1, but for 32 bit version. He obtained only a few warnings. > > Thank you for fast reply. I'll do some more tests with GCC 4.3.1 and maybe > report bugs to Trolltech for Qt or report bugs here for GCC 4.3.1. > I installed latest qt and gcc 4.3.1. Everything is fine, FET compiles OK, thank you. It is very good that I get a few warnings which did not show up in gcc 4.1.3, and I saw a few mistakes of mine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37008