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