From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 339 invoked by alias); 9 Oct 2007 16:23:44 -0000 Received: (qmail 327 invoked by uid 22791); 9 Oct 2007 16:23:43 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Oct 2007 16:23:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 26A702ABB73; Tue, 9 Oct 2007 12:23:37 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HvWZ-gXwI78O; Tue, 9 Oct 2007 12:23:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E12E72ABB3A; Tue, 9 Oct 2007 12:23:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BA4DDE7B58; Tue, 9 Oct 2007 09:23:34 -0700 (PDT) Date: Tue, 09 Oct 2007 18:00:00 -0000 From: Joel Brobecker To: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [RFC] Fix testsuite interruption on cygwin in gdb.fortran/array-element.exp Message-ID: <20071009162334.GR3570@adacore.com> References: <003001c80a81$db94f350$92bed9f0$@u-strasbg.fr> <20071009144624.GA30185@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071009144624.GA30185@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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-10/txt/msg00206.txt.bz2 > > Running ../../../src/gdb/testsuite/gdb.fortran/array-element.exp ... > > ERROR: (DejaGnu) proc "additional" does not exist. > > Must be matching "for". I wonder why this doesn't break for anyone > else? This sounds very familiar, so I must have hit this issue too. My issues were fixed by upgrading my tcl/expect/dejagnu install. So I didn't look further into this. -- Joel