From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22842 invoked by alias); 23 Nov 2003 18:30:55 -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 22830 invoked from network); 23 Nov 2003 18:30:53 -0000 Received: from unknown (HELO localhost.redhat.com) (205.151.14.231) by sources.redhat.com with SMTP; 23 Nov 2003 18:30:53 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 11A182B90; Sun, 23 Nov 2003 13:30:45 -0500 (EST) Message-ID: <3FC0FCD4.9040504@gnu.org> Date: Sun, 23 Nov 2003 18:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/testsuite/c++] migrate gcc_compiled to test_compiler_info References: <20031123182051.6D3C54B409@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00488.txt.bz2 > This patch changes gdb.cp/*.exp to use the new 'test_compiler_info' > instead of the old 'gcc_compiled'. I like 'test_compiler_info' > because it is a function. yea! draging around variables is a pain. > I am committing this now. Andrew