From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25657 invoked by alias); 27 Apr 2010 17:07:49 -0000 Received: (qmail 24486 invoked by uid 48); 27 Apr 2010 17:07:24 -0000 Date: Tue, 27 Apr 2010 17:07:00 -0000 Message-ID: <20100427170724.24484.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/42347] [4.5/4.6 Regression] sched-deps.c:3840:1: internal compiler error: in fixup_reorder_chain, at cfglayout.c:796 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dougmencken at gmail 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: 2010-04/txt/msg02863.txt.bz2 ------- Comment #11 from dougmencken at gmail dot com 2010-04-27 17:07 ------- GCC 4.5.0 bootstraps without --disable-checking (Configured with: ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --build=powerpc-gnu-linux-uclibc --host=powerpc-gnu-linux-uclibc --target=powerpc-gnu-linux-uclibc --with-system-zlib --enable-languages=c,c++,fortran --disable-nls --disable-werror --disable-multilib --disable-libssp --enable-checking=assert --enable-shared --enable-threads=posix --disable-__cxa_atexit ), with that, it fails again. Also, both "retail" (not-svn) 4.4.3, which bootstraps with --disable-checking, and "retail" 4.5.0, which doesn't, do actually have an another huge problem: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911 (I don't know are they related to each other, just want you to know about that g++ problem). I can't say how to reproduce this sched-deps bug in cross-toolchain (which cross toolchain exactly? or is it x86 host "by default"?), but I can try to bootstrap cross 4.5.0 as host-ppc build-ppc target-x86, if you will request it. I can also assist in "bisecting" to find bad commit for sched-deps bug (one bootstrap of native toolch on my hardware takes 10-12 hours). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42347