From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6010 invoked by alias); 21 Oct 2011 09:03:06 -0000 Received: (qmail 5998 invoked by uid 22791); 21 Oct 2011 09:03:04 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 09:02:35 +0000 Received: by gyc15 with SMTP id 15so4104863gyc.20 for ; Fri, 21 Oct 2011 02:02:34 -0700 (PDT) Received: by 10.68.209.103 with SMTP id ml7mr27440548pbc.17.1319187754149; Fri, 21 Oct 2011 02:02:34 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-199-98.ip51.fastwebnet.it. [93.34.199.98]) by mx.google.com with ESMTPS id e10sm19806729pbq.10.2011.10.21.02.02.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Oct 2011 02:02:32 -0700 (PDT) Message-ID: <4EA13525.6070805@gnu.org> Date: Fri, 21 Oct 2011 13:11:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: "Paulo J. Matos" CC: gcc@gcc.gnu.org Subject: Re: IRA changes rules of the game References: <201110201525.p9KFPixB010921@d06av02.portsmouth.uk.ibm.com> <20111020131234.71tw5vjz6ogo0884-nzlynne@webmail.spamcop.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00378.txt.bz2 On 10/20/2011 07:46 PM, Paulo J. Matos wrote: > > However, it failed to compile libgcc with: > ../../../../../../../devHost/gcc46/gcc/libgcc/../gcc/libgcc2.c:272:1: > internal compiler error: in df_uses_record, at df-scan.c:3178 > > This feels like a GCC bug. I will try to get a better look at it tomorrow. What's the SET it is failing on? Paolo