From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10788 invoked by alias); 23 Nov 2003 19:24: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 10780 invoked from network); 23 Nov 2003 19:24:55 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sources.redhat.com with SMTP; 23 Nov 2003 19:24:55 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1ANzqn-0005xm-00; Sun, 23 Nov 2003 14:24:53 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 71FE74B409; Sun, 23 Nov 2003 14:24:52 -0500 (EST) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [patch/testsuite/c++] migrate gcc_compiled to test_compiler_info Cc: gdb-patches@sources.redhat.com Message-Id: <20031123192452.71FE74B409@berman.michael-chastain.com> Date: Sun, 23 Nov 2003 19:24:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-11/txt/msg00490.txt.bz2 ac> yea! draging around variables is a pain. You could even do proc test_compiler_info { compiler } { global compiler_info if { compiler_info == "uninitialized" } then { get_compiler_info } if { compiler_info == "unknown" } then { perror "I cannot figure out your compiler" } return ...; } But I'm not ready to put this on my TODO list today. Michael C