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]

Re: reversing of FP conditions infrastructure


On Sat, Jan 06, 2001 at 10:49:12PM +0100, Jan Hubicka wrote:
> ! 	/* In case we already see unordered comparison, we can be sure to
> ! 	   be dealing with floating point so we don't need any more tests.  */
> ! 	return reverse_condition_maybe_unordered (code);

You can't do this genericly.  The target must support
non-trapping forms of LT, GT, etc in order to be considered
reverses of UNGE, UNLE, etc.


r~

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