This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Irix6 long doubles implemented wrong? (27_io/ostream_inserter_arith)


 > From: Richard Henderson <rth@redhat.com>
 > > 
 > > unordtf2_libfunc
 > 
 > This one may be a problem.  We don't know what the actual
 > return values are for the comparison functions.  By rights
 > it ought to be a tri-state value off of EQ or NE.

I'm not sure what you mean.  Are you saying that all the gcc
comparison functions are tri-state (-1,0,1) or just the unord one?

The Irix native comparison ops all return 0 or 1 (true/false).  I
tested them all manually.  They don't seem to work when I use them as
replacements for the gcc comparison ops.  I get funky results when I
try test programs, not sure why.

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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