From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2287 invoked by alias); 4 Oct 2011 14:07:56 -0000 Received: (qmail 2274 invoked by uid 22791); 4 Oct 2011 14:07:54 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 14:07:37 +0000 Received: from hpaq14.eem.corp.google.com (hpaq14.eem.corp.google.com [172.25.149.14]) by smtp-out.google.com with ESMTP id p94E7Z0l025301 for ; Tue, 4 Oct 2011 07:07:35 -0700 Received: from pzk5 (pzk5.prod.google.com [10.243.19.133]) by hpaq14.eem.corp.google.com with ESMTP id p94E7XY0004112 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 4 Oct 2011 07:07:34 -0700 Received: by pzk5 with SMTP id 5so1517394pzk.0 for ; Tue, 04 Oct 2011 07:07:32 -0700 (PDT) Received: by 10.68.33.232 with SMTP id u8mr9822617pbi.58.1317737252379; Tue, 04 Oct 2011 07:07:32 -0700 (PDT) Received: by 10.68.33.232 with SMTP id u8mr9822600pbi.58.1317737252205; Tue, 04 Oct 2011 07:07:32 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id ml4sm65400082pbc.0.2011.10.04.07.07.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 04 Oct 2011 07:07:31 -0700 (PDT) From: Ian Lance Taylor To: Aurelien Buhrig Cc: gcc-help@gcc.gnu.org Subject: Re: CDImode in reg References: Date: Tue, 04 Oct 2011 14:07:00 -0000 In-Reply-To: (Aurelien Buhrig's message of "Tue, 4 Oct 2011 11:33:38 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00020.txt.bz2 Aurelien Buhrig writes: > I'm trying to get the gcc testsuite passing for my new target port. > The last ICE deals with complex long long (gcc.c-torture/compile/20000804-1.c). As you can see from the test file, several targets skip this test using dg-skip-if. Ian