From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18563 invoked by alias); 26 Oct 2010 17:49:19 -0000 Received: (qmail 18547 invoked by uid 22791); 26 Oct 2010 17:49:15 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Oct 2010 17:49:09 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LAW00D00S4K9300@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 26 Oct 2010 19:49:06 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.168.113]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LAW00CWJS5TYI60@a-mtaout21.012.net.il>; Tue, 26 Oct 2010 19:49:06 +0200 (IST) Date: Tue, 26 Oct 2010 17:49:00 -0000 From: Eli Zaretskii Subject: Re: [patch] initial OpenCL C language support In-reply-to: <201010261800.43899.ken@linux.vnet.ibm.com> To: Ken Werner Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ocag7sks.fsf@gnu.org> References: <201010221920.30046.ken@linux.vnet.ibm.com> <201010261505.07587.ken@linux.vnet.ibm.com> <201010261800.43899.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: 2010-10/txt/msg00373.txt.bz2 > From: Ken Werner > Date: Tue, 26 Oct 2010 18:00:43 +0200 > Cc: gdb-patches@sourceware.org > > The attached patch changes evaluate_subexp_opencl to call the > now non-static evaluate_subexp_c. I've also moved the OpenCL language > detection from read_type_unit_scope to read_file_scope. The chunk was moved > accidentally when I ported this patch from the 7.2 release to the current > head. Thanks. I think this is NEWS-worthy. Also, what people think about adding this to the list of supported languages in the section "Supported Languages" of the user manual?