https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> --- Author: danglin Date: Wed Jan 1 20:59:14 2020 New Revision: 279820 URL: https://gcc.gnu.org/viewcvs?rev=279820&root=gcc&view=rev Log: PR target/93111 * config/pa/pa.md (scc): Use ordered_comparison_operator instead of comparison_operator in B and S integer comparisons. Likewise, use ordered_comparison_operator instead of cmpib_comparison_operator in cmpib patterns. * config/pa/predicates.md (cmpib_comparison_operator): Remove. Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/pa/pa.md branches/gcc-8-branch/gcc/config/pa/predicates.md