From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30703 invoked by alias); 8 Sep 2004 18:47:13 -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 30679 invoked from network); 8 Sep 2004 18:47:12 -0000 Received: from unknown (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org with SMTP; 8 Sep 2004 18:47:12 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id i88InTVG025039 for ; Wed, 8 Sep 2004 11:49:29 -0700 (PDT) Received: from relay4.apple.com (relay4.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.14) with ESMTP id for ; Wed, 8 Sep 2004 11:47:11 -0700 Received: from [17.201.27.147] (il0102a-dhcp19.apple.com [17.201.27.147]) by relay4.apple.com (8.12.11/8.12.11) with ESMTP id i88Il9o2001000 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Wed, 8 Sep 2004 11:47:09 -0700 (PDT) In-Reply-To: <6CC76C98-01C3-11D9-A74E-000A95AA5E5E@apple.com> References: <6CC76C98-01C3-11D9-A74E-000A95AA5E5E@apple.com> Mime-Version: 1.0 (Apple Message framework v672) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7CA4CFEA-01C7-11D9-84CB-00039351ED8A@physics.uc.edu> Cc: gcc@gcc.gnu.org Content-Transfer-Encoding: 7bit From: Andrew Pinski Subject: Re: Mainline bootstrap fails on powerpc-apple-darwin7.5.0 with --enable-checking=all Date: Wed, 08 Sep 2004 18:47:00 -0000 To: Matt Austern X-SW-Source: 2004-09/txt/msg00384.txt.bz2 On Sep 8, 2004, at 11:18 AM, Matt Austern wrote: > The failure is: > ./genattrtab ../../fsf.u/gcc/config/rs6000/rs6000.md > tmp-attrtab.c > genattrtab: Internal error: RTL check: expected elt 0 type 's' or 'S', > have 'E' (rtx define_peephole) in write_attr_case, at > genattrtab.c:3908 > make[2]: *** [s-attrtab] Error 1 > make[1]: *** [stage1_build] Error 2 > make: *** [bootstrap] Error 2 > > Is this known and/or expected? I thought that was fixed by: 2004-08-31 Richard Sandiford * read-rtl.c: Disable RTL checking. (apply_macro_to_rtx): Use XTMPL to access 'T' fields. Maybe there is another problem. This would be a RTL checking failure. -- Pinski