comparison_dominates_p and unordered compares

Richard Henderson rth@redhat.com
Sat Jan 6 16:48:00 GMT 2001


On Sat, Jan 06, 2001 at 10:48:39PM +0100, Jan Hubicka wrote:
> +     case UNLT:
> +       if (code2 == UNLE || code2 == LTGT)
> !     case UNGT:
> !       if (code2 == UNGE || code2 == LTGT)

These two are incorrect wrt LTGT.  LTGT implies ORDERED.

Otherwise ok.


r~


More information about the Gcc-patches mailing list