https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> --- Author: danglin Date: Wed Jan 1 20:57:04 2020 New Revision: 279819 URL: https://gcc.gnu.org/viewcvs?rev=279819&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-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/config/pa/pa.md branches/gcc-9-branch/gcc/config/pa/predicates.md