From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6691 invoked by alias); 26 Sep 2007 14:08:05 -0000 Received: (qmail 6682 invoked by uid 22791); 26 Sep 2007 14:08:05 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Sep 2007 14:08:03 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-198-199.inter.net.il [83.130.198.199]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HWZ45680 (AUTH halo1); Wed, 26 Sep 2007 16:05:09 +0200 (IST) Date: Wed, 26 Sep 2007 14:08:00 -0000 Message-Id: From: Eli Zaretskii To: Jonas Maebe CC: muller@ics.u-strasbg.fr, gdb-patches@sourceware.org In-reply-to: <36AA51D7-8F6A-41D6-82F2-5E837D169AB9@freepascal.org> (message from Jonas Maebe on Wed, 26 Sep 2007 16:03:13 +0200) Subject: Re: [PATCH] Fix PR pascal/2283 Reply-to: Eli Zaretskii References: <002f01c80038$5881a880$0984f980$@u-strasbg.fr> <36AA51D7-8F6A-41D6-82F2-5E837D169AB9@freepascal.org> 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: 2007-09/txt/msg00367.txt.bz2 > Cc: "Pierre Muller" , > gdb-patches@sourceware.org > From: Jonas Maebe > Date: Wed, 26 Sep 2007 16:03:13 +0200 > > In fact, I have no idea why that code (in both the Pascal and > Modula-2 cases) even checks the current language, as those routines > are obviously language-specific. Exactly! If this code is Pascal-specific, you shouldn't be checking the language at all.