From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11179 invoked by alias); 4 Feb 2004 13:20:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11169 invoked from network); 4 Feb 2004 13:20:03 -0000 Received: from unknown (HELO mwinf0403.wanadoo.fr) (193.252.22.27) by sources.redhat.com with SMTP; 4 Feb 2004 13:20:03 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-1-81.w81-249.abo.wanadoo.fr [81.249.111.81]) by mwinf0403.wanadoo.fr (SMTP Server) with ESMTP id 53E095000484; Wed, 4 Feb 2004 14:20:02 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 14C9747D62; Wed, 4 Feb 2004 17:19:59 +0400 (RET) Date: Wed, 04 Feb 2004 13:20:00 -0000 From: Joel Brobecker To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: Problems with dejagnu and c++ tests... Message-ID: <20040204131959.GZ18961@gnat.com> References: <20040204125005.53EB84B364@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040204125005.53EB84B364@berman.michael-chastain.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00069.txt.bz2 > Rats, this is my clever code in get_compiler_info blowing up. Humph! I was certain that I tried backing out your last gdb.exp patch, and that it didn't help. I just tried again, and now it seems to be working better... Blush... I am glad you were able to zero in the source of the problem before anybody spent any thought on this. > What was the previous behavior when you did not have a C++ compiler? Here is the output I get after I backout your patch and all the other changes in gdb.exp after yours: << gdb compile failed, gcc: ./lib/compiler.cc: C++ compiler not installed on this system ERROR: Couldn't make /usr/prague.a/brobecke/next_pb/gdb-public/gdb/testsuite/gdb.cp/ambiguous.ci file >> -- Joel