From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10350 invoked by alias); 21 Oct 2005 22:03:48 -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 10218 invoked by uid 22791); 21 Oct 2005 22:03:44 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 21 Oct 2005 22:03:44 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-90-20.inter.net.il [80.230.90.20]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BTH30928 (AUTH halo1); Sat, 22 Oct 2005 00:03:39 +0200 (IST) Date: Fri, 21 Oct 2005 22:03:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew STUBBS CC: gdb-patches@sources.redhat.com In-reply-to: <20051021163910.GA4105@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 21 Oct 2005 12:39:11 -0400) Subject: Re: PATCH: Problem union comparision in TUI Reply-to: Eli Zaretskii References: <4353BA69.1030401@st.com> <43561685.3010300@st.com> <20051019200751.GA19037@nevyn.them.org> <43576E68.8080804@st.com> <4357C346.8070400@st.com> <435900C7.2010706@st.com> <20051021163910.GA4105@nevyn.them.org> X-SW-Source: 2005-10/txt/msg00179.txt.bz2 > Date: Fri, 21 Oct 2005 12:39:11 -0400 > From: Daniel Jacobowitz > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com > > Don't we always know what window the compared quantities belong to? > Isn't which is in use a static property of the window type? i.e. isn't > that a pre-existing "tag" for the union? It didn't seem like that to me when I read the code, but perhaps I missed something.