From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20981 invoked by alias); 25 Jan 2013 17:18:35 -0000 Received: (qmail 20966 invoked by uid 22791); 25 Jan 2013 17:18:31 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mms1.broadcom.com (HELO mms1.broadcom.com) (216.31.210.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Jan 2013 17:17:49 +0000 Received: from [10.9.208.55] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Fri, 25 Jan 2013 09:15:33 -0800 X-Server-Uuid: 06151B78-6688-425E-9DE2-57CB27892261 Received: from mail-irva-13.broadcom.com (10.11.16.103) by irvexchcas07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server id 14.1.355.2; Fri, 25 Jan 2013 09:17:35 -0800 Received: from [10.177.72.86] (unknown [10.177.72.86]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 36BF040FE4; Fri, 25 Jan 2013 09:17:34 -0800 (PST) Message-ID: <5102BE2E.40705@broadcom.com> Date: Fri, 25 Jan 2013 17:18:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Tom Tromey" cc: "Ulrich Weigand" , gdb-patches@sourceware.org, ken@linux.vnet.ibm.com Subject: Re: [PATCH] Vector to scalar casting and widening References: <50EC3655.8030506@broadcom.com> <201301081905.r08J5Jol010971@d06av02.portsmouth.uk.ibm.com> <87fw2axj8i.fsf@fleche.redhat.com> In-Reply-To: <87fw2axj8i.fsf@fleche.redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00632.txt.bz2 On 09/01/2013 7:13 PM, Tom Tromey wrote: >>>>>> "Ulrich" == Ulrich Weigand writes: > > Ulrich> With those changes, as in the modified version of the patch > Ulrich> below, all OpenCL test cases now pass. As far as OpenCL > Ulrich> is concerned, this would be OK to commit. > > Ulrich> In fact *all* of the patch looks good to me now, but I'd ask > Ulrich> you wait for another couple of days in case one of the other > Ulrich> maintainers wants to comment ... > > It looks ok to me. > Committed. Sorry for the delay. Thanks, Andrew