From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18684 invoked by alias); 6 Dec 2011 14:04:20 -0000 Received: (qmail 18674 invoked by uid 22791); 6 Dec 2011 14:04:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Dec 2011 14:04:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D231D2BB3AC; Tue, 6 Dec 2011 09:04:05 -0500 (EST) 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 OnQVqqKmC+YH; Tue, 6 Dec 2011 09:04:05 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A43142BB3A4; Tue, 6 Dec 2011 09:04:05 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id EC701145615; Tue, 6 Dec 2011 06:04:02 -0800 (PST) Date: Tue, 06 Dec 2011 14:32:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix gdb.ada/watch_arg.exp test with always inserted and displaced stepping on Message-ID: <20111206140402.GR2777@adacore.com> References: <20111205134803.29078.49880.stgit@localhost6.localdomain6> <20111206103417.GP2777@adacore.com> <201112061222.34527.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112061222.34527.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-12/txt/msg00169.txt.bz2 > > I would rather make sure that X still gets referenced, to make sure > > a smart tool/compiler/linker does not play games. Can you try the > > attached? > > Yep, works fine. Thanks! Awesome, thanks! I've just checked the patch in. -- Joel