From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24597 invoked by alias); 8 Jan 2015 13:01:18 -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 24584 invoked by uid 89); 8 Jan 2015 13:01:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_40,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; Thu, 08 Jan 2015 13:01:14 +0000 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 2DE411423CF; Thu, 8 Jan 2015 14:01:10 +0100 (CET) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id B73B81425D1; Thu, 8 Jan 2015 14:01:04 +0100 (CET) Received: from lmr.u-strasbg.fr (lmr4.u-strasbg.fr [172.30.21.4]) by mr2.u-strasbg.fr (Postfix) with ESMTP id 8BF3014273E; Thu, 8 Jan 2015 14:01:01 +0100 (CET) Received: from lmr.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 1E092C7; Thu, 8 Jan 2015 14:01:01 +0100 (CET) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by lmr4.u-strasbg.fr (Postfix) with ESMTPSA id D15B7E8; Thu, 8 Jan 2015 14:00:58 +0100 (CET) From: "Pierre Muller" To: "'Pedro Alves'" , "'gdb-patches'" References: <54ae4586.01e3440a.7b06.fffff844SMTPIN_ADDED_BROKEN@mx.google.com> <54AE605A.8050308@redhat.com> In-Reply-To: <54AE605A.8050308@redhat.com> Subject: RE: [RFA] Fix pascal behavior for class fields Date: Thu, 08 Jan 2015 13:01:00 -0000 Message-ID: <004601d02b43$26be8e10$743baa30$@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-01/txt/msg00177.txt.bz2 > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: jeudi 8 janvier 2015 11:48 > =C0=A0: Pierre Muller; 'gdb-patches' > Objet=A0: Re: [RFA] Fix pascal behavior for class fields > > (gdb) p b.x > > warning: can't find linker symbol for virtual table for `TA' value > > $5 =3D -1 > > (gdb) p x > > Type TA has no component named x. > > (gdb) >=20 > How about adding this to the test suite? The whole testsuite/gpc.pascal is almost empty, I never invested time to develop it :( At the time I started it, GPC (the GNU pascal compiler) was still active, but development apparently stopped since quite some time. I am unable to install GPC, which means that I cannot test it. Would a testsuite that supports only Free Pascal be acceptable? Pierre Muller as GDB pascal language maintainer