From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21766 invoked by alias); 13 Dec 2003 22:09:55 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21754 invoked from network); 13 Dec 2003 22:09:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Dec 2003 22:09:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hBDM9ph20541; Sat, 13 Dec 2003 17:09:51 -0500 Received: from speedy.slc.redhat.com (vpn50-13.rdu.redhat.com [172.16.50.13]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hBDM9on19243; Sat, 13 Dec 2003 17:09:51 -0500 Received: from redhat.com (law@localhost) by speedy.slc.redhat.com (8.12.10/8.12.8/Submit) with ESMTP id hBDM9YRP012542; Sat, 13 Dec 2003 15:09:35 -0700 Message-Id: <200312132209.hBDM9YRP012542@speedy.slc.redhat.com> X-Authentication-Warning: speedy.slc.redhat.com: law owned process doing -bs To: Andreas Jaeger cc: gcc@gcc.gnu.org Reply-To: law@redhat.com Subject: Re: [tree-ssa] Bootstrap failure on powerpc64-linux-gnu In-Reply-To: Your message of "Sat, 13 Dec 2003 19:47:19 +0100." From: law@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 13 Dec 2003 23:56:00 -0000 X-SW-Source: 2003-12/txt/msg00769.txt.bz2 In message , Andreas Jaeger writes: >--=-=-= >Content-Type: text/plain; charset=iso-8859-1 >Content-Transfer-Encoding: quoted-printable > > >FYI, current CVS fails for me: > >/usr/src/packages/BUILD/gcc-3.5-tree-ssa-20031213/obj-powerpc64-suse-linux/= >gcc/gfortran -B/usr/src/packages/BUILD/gcc-3.5-tree-ssa-20031213/obj-powerp= >c64-suse-linux/gcc/ -B/opt/gcc-tree-ssa/powerpc64-suse-linux/bin/ -B/opt/gc= >c-tree-ssa/powerpc64-suse-linux/lib/ -isystem /opt/gcc-tree-ssa/powerpc64-s= >use-linux/include -isystem /opt/gcc-tree-ssa/powerpc64-suse-linux/sys-inclu= >de -Wall -fno-repack-arrays -fno-underscoring -c ../../../libgfortran/intri= >nsics/selected_kind.f90 -fPIC -DPIC -o .libs/selected_kind.o >../../../libgfortran/intrinsics/selected_kind.f90: In function `selected_in= >t_kin >d': > >../../../libgfortran/intrinsics/selected_kind.f90:46: internal compiler err= >or: in rs6000_output_function_epilogue, at config/rs6000/rs6000.c:12532 >Please submit a full bug report, >with preprocessed source if appropriate. >See for instructions. >make[3]: *** [selected_kind.lo] Error 1 > >Unfortunatly gdb seems unable to debug this :-( Let's deal with the x86_64 problem first. I doubt the underlying cause of the two bugs is the same, but you never know :-) jeff