From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16133 invoked by alias); 12 Oct 2008 22:43:46 -0000 Received: (qmail 15973 invoked by uid 48); 12 Oct 2008 22:42:26 -0000 Date: Sun, 12 Oct 2008 22:43:00 -0000 Message-ID: <20081012224226.15972.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/37733] GCC Bootstrap fails in Stage 2 AIX 5.2 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dje at gcc dot gnu dot org" 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-10/txt/msg00819.txt.bz2 ------- Comment #4 from dje at gcc dot gnu dot org 2008-10-12 22:42 ------- This probably is the data segment overflow that occurred on mainline with the additional dfa descriptions. For some reason AIX 5.2 is hitting it sooner and on GCC itself. You probably need to add -Wl,-bmaxdata:0x20000000 to LDFLAGS. -- dje at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dje at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37733