From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10551 invoked by alias); 15 Feb 2011 20:11:31 -0000 Received: (qmail 10535 invoked by uid 22791); 15 Feb 2011 20:11:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate2.uk.ibm.com (HELO mtagate2.uk.ibm.com) (194.196.100.162) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 20:11:25 +0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p1FKBMqZ016007 for ; Tue, 15 Feb 2011 20:11:22 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p1FKBSCs1884372 for ; Tue, 15 Feb 2011 20:11:28 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p1FKBL0N000731 for ; Tue, 15 Feb 2011 13:11:22 -0700 Received: from leonard.localnet (ICON-9-167-234-119.megacenter.de.ibm.com [9.167.234.119]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p1FKBLK1000720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Feb 2011 13:11:21 -0700 From: Ken Werner To: "Ulrich Weigand" Subject: Re: [patch] OpenCL bool size fix Date: Tue, 15 Feb 2011 20:44:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic-pae; KDE/4.5.1; i686; ; ) Cc: gdb-patches@sourceware.org References: <201102151958.p1FJwJuK028726@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201102151958.p1FJwJuK028726@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102152111.20871.ken@linux.vnet.ibm.com> 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: 2011-02/txt/msg00339.txt.bz2 On Tuesday, February 15, 2011 8:58:19 pm Ulrich Weigand wrote: > Ken Werner wrote: > > gdb/ChangeLog > > > > 2011-02-15 Ken Werner > > > > * opencl-lang.c (build_opencl_types): Set the size of the built-in > > bool data type to a size of one byte. > > > > gdb/testsuite/ChangeLog > > > > 2011-02-15 Ken Werner > > > > * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte. > > This is OK. Thanks, patch applied: http://sourceware.org/ml/gdb-cvs/2011-02/msg00099.html Regards Ken