From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdMja-0005Fl-Ow for qemu-devel@nongnu.org; Tue, 27 Nov 2012 10:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdMjC-0008JR-UQ for qemu-devel@nongnu.org; Tue, 27 Nov 2012 10:06:02 -0500 Received: from mail-vc0-f173.google.com ([209.85.220.173]:46037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdMjC-0008IR-Ka for qemu-devel@nongnu.org; Tue, 27 Nov 2012 10:05:38 -0500 Received: by mail-vc0-f173.google.com with SMTP id fl17so4391070vcb.4 for ; Tue, 27 Nov 2012 07:05:36 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50B4D6B9.8050808@redhat.com> Date: Tue, 27 Nov 2012 16:05:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1354005293-17741-1-git-send-email-pbonzini@redhat.com> <50B4C3E3.4020403@redhat.com> <20121127134953.GA11770@cs.nctu.edu.tw> In-Reply-To: <20121127134953.GA11770@cs.nctu.edu.tw> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1.3] build: compile translate.o at -O1 optimization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?IumZs+mfi+S7uyAoV2VpLVJlbiBDaGVuKSI=?= Cc: Peter Maydell , Gerd Hoffmann , qemu-devel@nongnu.org Il 27/11/2012 14:49, 陳韋任 (Wei-Ren Chen) ha scritto: >> > It isn't that simple. It's Fedora 17 with gcc 4.7.2 which runs oom >> > while compiling translate.c > Even apply Peter's suggestion? Do all gcc 4.7.2 on various platform > have the same problem, or it only happen on Fedora 17. All. It is reproducible with GCC's stable branch from the FSF repository. I'm testing a patch, but it will take more than 1 week to get it to the distros. Paolo