Re: crtimes discrepancy on PPC

2008-09-29 Thread Wayne Davison
On Mon, Sep 29, 2008 at 02:47:53PM -0700, Wayne Davison wrote: > reordering the args in the ifs so that an underflow can't trigger a > spurious successful test. Actually, my change isn't good enough, since an underflow with the "if" vars reordered should actually indicate a match. So, my patch wo

Re: crtimes discrepancy on PPC

2008-09-29 Thread Wayne Davison
On Mon, Sep 29, 2008 at 09:49:26AM -0500, Mike Bombich wrote: > 1) cmp_time (util.c) doesn't check for negative values provided in file1 or > file2. If file2 is positive, and file1 is negative, and > absolute_value(file1) > file2, cmp_time returns 0, even though the times > are obviously differ