This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] AV - Use distance vector


On Wed, Sep 22, 2004 at 12:35:47PM -0700, Devang Patel wrote:
> +       || (tree_int_cst_compare (SUB_DISTANCE (subscript), vf) == 1))

tree_int_cst_compare is a tri-state function, as for qsort.
It returns <0, ==0, >0.  Not necessarily 1.

Didn't you have some test for equality in there before as well?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]