From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62986 invoked by alias); 20 Aug 2015 08:17:04 -0000 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 Received: (qmail 62975 invoked by uid 89); 20 Aug 2015 08:17:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 20 Aug 2015 08:17:02 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B1BAB28F1D92; Thu, 20 Aug 2015 10:16:59 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id th1sQxonpTmH; Thu, 20 Aug 2015 10:16:59 +0200 (CEST) Received: from [192.168.0.53] (nat75-2-78-193-84-173.fbxo.proxad.net [78.193.84.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 9096928F18A4; Thu, 20 Aug 2015 10:16:59 +0200 (CEST) Subject: Re: [PATCH] [Ada] Fix parsing for expressions with attributes and characters To: Joel Brobecker References: <1439997888-3855-1-git-send-email-derodat@adacore.com> <20150819201841.GB4571@adacore.com> Cc: gdb-patches@sourceware.org From: Pierre-Marie de Rodat Message-ID: <55D58CFB.6030306@adacore.com> Date: Thu, 20 Aug 2015 08:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150819201841.GB4571@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00535.txt.bz2 On 08/19/2015 10:18 PM, Joel Brobecker wrote: >> gdb/ChangeLog: >> >> * ada-lex.l: Reset the start condition to INITIAL in the rule >> that matches attributes. >> >> gdb/testsuite/ChangeLog: >> >> * gdb.ada/attr_ref_and_charlit.exp: New testcase. >> * gdb.ada/attr_ref_and_charlit/foo.adb: New file. >> >> Tested on x86_64-linux, no regression. > > Approved. Thanks, Pierre-Marie. … and pushed. Thank you as well! :-) -- Pierre-Marie de Rodat