re PR target/91323 (LTGT rtx produces UCOMISS instead of COMISS)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 2 Sep 2019 10:10:23 +0000 (10:10 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 Sep 2019 10:10:23 +0000 (10:10 +0000)
commit000a5f8d23c04cc52f265519fccf37c81b5a0bad
treef8632068beccb97b70158fa5eb8381b41872c683
parent976f9aa1e8b30112c0932b761e815cafcc69641f
re PR target/91323 (LTGT rtx produces UCOMISS instead of COMISS)

PR target/91323
* doc/generic.texi (LTGT_EXPR): Merge with other comparison operators.
* rtl.def (LTGT): Likewise.  Add note about floating-point exceptions.
* tree.def (LTGT_EXPR): Likewise.
* config/sparc/sparc.c (select_cc_mode): Return CCFPEmode for LTGT.

From-SVN: r275303
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/doc/generic.texi
gcc/rtl.def
gcc/tree.def