From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7687 invoked by alias); 17 Dec 2010 15:52:13 -0000 Received: (qmail 7675 invoked by uid 22791); 17 Dec 2010 15:52:12 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_20,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Dec 2010 15:52:07 +0000 Received: (qmail 24123 invoked from network); 17 Dec 2010 15:52:05 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Dec 2010 15:52:05 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1PTcbD-0001dF-TF; Fri, 17 Dec 2010 15:52:03 +0000 Date: Fri, 17 Dec 2010 16:26:00 -0000 From: "Joseph S. Myers" To: Ulrich Weigand cc: gcc-patches@gcc.gnu.org Subject: Re: [patch] Enable TImode tests (Re: Enable TImode vs. float conversion routines in libgcc) In-Reply-To: <201012171413.oBHEDtTo014525@d06av02.portsmouth.uk.ibm.com> Message-ID: References: <201012171413.oBHEDtTo014525@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-12/txt/msg01391.txt.bz2 On Fri, 17 Dec 2010, Ulrich Weigand wrote: > The patch below adds __SPU__ as platform supporting TImode in all > testcases I could find that use the gcc.dg/titype-1.c pattern. > > Note that only some of them mention _WIN64 -- I'm not sure if this > was deliberate or an oversight (and I don't have access to a Win64 > system at the moment), so I left this situation as is. > > Does this look good to you, or do you see anything I overlooked? As far as I can see this is fine, and I doubt the _WIN64 differences are deliberate. -- Joseph S. Myers joseph@codesourcery.com