From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 687 invoked by alias); 22 Sep 2004 22:19:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 555 invoked from network); 22 Sep 2004 22:19:47 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 22 Sep 2004 22:19:47 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.11/8.12.10) with ESMTP id i8MMIbE2023945; Wed, 22 Sep 2004 18:18:37 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8MMJg707315; Wed, 22 Sep 2004 18:19:42 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i8MMJgV25878; Wed, 22 Sep 2004 15:19:42 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i8MMJgOo004929; Wed, 22 Sep 2004 15:19:42 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i8MMJgVt004927; Wed, 22 Sep 2004 15:19:42 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Wed, 22 Sep 2004 23:45:00 -0000 From: Richard Henderson To: Devang Patel Cc: GCC Patches Subject: Re: [PATCH] AV - Use distance vector Message-ID: <20040922221942.GB4895@redhat.com> Mail-Followup-To: Richard Henderson , Devang Patel , GCC Patches References: <498C85A6-0800-11D9-A562-000393A91CAA@apple.com> <20040921214329.GB32068@redhat.com> <9A02536A-0CCE-11D9-9D86-000393A91CAA@apple.com> <20040922195415.GC4159@redhat.com> <5AAF4E46-0CDD-11D9-9D86-000393A91CAA@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5AAF4E46-0CDD-11D9-9D86-000393A91CAA@apple.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg02322.txt.bz2 On Wed, Sep 22, 2004 at 02:21:23PM -0700, Devang Patel wrote: > >tree_int_cst_compare is a tri-state function, as for qsort. > >It returns <0, ==0, >0. Not necessarily 1. > > It returns -1, 0 or 1. Do those satisfy <0, ==0, >0? Why yes, I think they do. I really do mean not necessarily 1, no matter what the current implementation of the function does. Please do as I ask. r~