From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4082 invoked by alias); 23 Apr 2009 08:27:15 -0000 Received: (qmail 4032 invoked by uid 48); 23 Apr 2009 08:27:04 -0000 Date: Thu, 23 Apr 2009 08:27:00 -0000 Message-ID: <20090423082704.4031.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/39849] stage1 compiler segfault during `make profiledbootstrap' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dennis dot wassel at googlemail dot com" 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: 2009-04/txt/msg02107.txt.bz2 ------- Comment #2 from dennis dot wassel at googlemail dot com 2009-04-23 08:27 ------- I tried the following things: - #define SSIZE_MAX in host-linux.c as SHRT_MAX instead of LONG_MAX (as suggested by an internal posix header on my system), to no avail. - Just issue plain `make', instead of profiledbootstrap with custom flags, still segfaults with the same file. - Running xgcc in gdb, but it seems to lack debug information, so I cannot find out the source of the segfault. I'm out of ideas! -- dennis dot wassel at googlemail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |build, ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39849