From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15921 invoked by alias); 3 Feb 2009 17:30:40 -0000 Received: (qmail 15906 invoked by uid 22791); 3 Feb 2009 17:30:38 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Feb 2009 17:30:33 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n13HUNuX020989; Tue, 3 Feb 2009 12:30:23 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n13HUMVa001806; Tue, 3 Feb 2009 12:30:22 -0500 Received: from opsy.redhat.com (vpn-13-51.rdu.redhat.com [10.11.13.51]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n13HUKK6017101; Tue, 3 Feb 2009 12:30:22 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id F35E75080FB; Tue, 3 Feb 2009 10:30:18 -0700 (MST) To: Joel Brobecker Cc: Jerome Guitton , gdb-patches@sourceware.org Subject: Re: [RFA] corner case in value_from_contents_and_address References: <20081127150102.GC3835@adacore.com> <20090203165334.GG3964@adacore.com> From: Tom Tromey Reply-To: Tom Tromey Date: Tue, 03 Feb 2009 17:30:00 -0000 In-Reply-To: <20090203165334.GG3964@adacore.com> (Joel Brobecker's message of "Tue\, 3 Feb 2009 08\:53\:34 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-02/txt/msg00068.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: >> 2008-11-27 Jerome Guitton >> * value.c (value_from_content_and_address): Always return >> a lval_memory value, even if address is null. Joel> Approved. Joel> Tom, Joel> I assume you weren't taking advantage of this undocumented anomaly... Nope, I don't think so. Tom