From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39826 invoked by alias); 21 Apr 2015 20:33:26 -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 39721 invoked by uid 89); 21 Apr 2015 20:33:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Apr 2015 20:33:15 +0000 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 3F04B140E8D; Tue, 21 Apr 2015 22:33:13 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 301C41411FA; Tue, 21 Apr 2015 22:33:13 +0200 (CEST) Received: from lmr.u-strasbg.fr (lmr4.u-strasbg.fr [172.30.21.4]) by mr2.u-strasbg.fr (Postfix) with ESMTP id E7042140E8D; Tue, 21 Apr 2015 22:33:09 +0200 (CEST) Received: from lmr.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id B93EAEC; Tue, 21 Apr 2015 22:33:09 +0200 (CEST) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by lmr4.u-strasbg.fr (Postfix) with ESMTPSA id 10F07B4; Tue, 21 Apr 2015 22:33:05 +0200 (CEST) From: "Pierre Muller" To: "'Doug Evans'" Cc: "'Pedro Alves'" , "'gdb-patches'" References: <54ae4586.01e3440a.7b06.fffff844SMTPIN_ADDED_BROKEN@mx.google.com> <54AE605A.8050308@redhat.com> <54ae7f9f.c323460a.36ed.ffffff30SMTPIN_ADDED_BROKEN@mx.google.com> <54AE8914.4010507@redhat.com> <54ae911b.85e3440a.1d96.5ffdSMTPIN_ADDED_BROKEN@mx.google.com> <54AFB2E5.5080307@redhat.com> <001201d02c27$87cbee20$9763ca60$@muller@ics-cnrs.unistra.fr> <002d01d040d3$72ddccc0$58996640$@muller@ics-cnrs.unistra.fr> <54e043b2.626ec20a.0c59.ffffaeacSMTPIN_ADDED_BROKEN@mx.google.com> In-Reply-To: Subject: RE: PING [RFA 0/3 V4] Fix pascal behavior for class fields with testcase Date: Tue, 21 Apr 2015 20:33:00 -0000 Message-ID: <001501d07c72$601aa7e0$204ff7a0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-04/txt/msg00803.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Doug Evans > Envoy=E9=A0: lundi 20 avril 2015 08:00 > =C0=A0: Pierre Muller > Cc=A0: 'Pedro Alves'; 'gdb-patches' > Objet=A0: Re: PING [RFA 0/3 V4] Fix pascal behavior for class fields with > testcase >=20 > "Pierre Muller" writes: > > Hi all, > > > > I still got no reply to this new version > > of my patch series. > > > > Pierre Muller > > as pascal language maintainer >=20 > Hi. >=20 > I believe V4 of this patch series can go in. Hi, thank you for the approval and also to Pedro for the comments and help for the test. Patch checked in, Pierre Muller