From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22615 invoked by alias); 5 May 2006 18:05:00 -0000 Received: (qmail 22607 invoked by uid 22791); 5 May 2006 18:04:59 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 05 May 2006 18:04:53 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fc4fa-0000TV-Fx; Fri, 05 May 2006 14:04:50 -0400 Date: Fri, 05 May 2006 18:05:00 -0000 From: Daniel Jacobowitz To: Christophe LYON Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Unused variables in testsuite Message-ID: <20060505180450.GH31029@nevyn.them.org> Mail-Followup-To: Christophe LYON , gdb-patches@sources.redhat.com References: <44522E52.9080706@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44522E52.9080706@st.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00073.txt.bz2 On Fri, Apr 28, 2006 at 05:01:38PM +0200, Christophe LYON wrote: > 2006-04-28 Christophe Lyon > > * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member. > * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4 > is allocated by the compiler. > * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s, > anons, e, anone to force their allocation by the compiler. Thanks - approved and applied, after making sure it didn't affect the test results elsewhere. -- Daniel Jacobowitz CodeSourcery