https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95169
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:8f17461bdfeed758f2be71529fc3af55a76ea3e1 commit r11-457-g8f17461bdfeed758f2be71529fc3af55a76ea3e1 Author: Uros Bizjak <ubiz...@gmail.com> Date: Mon May 18 17:52:14 2020 +0200 i386: Avoid reversing a non-trapping comparison to a trapping one [PR95169] gcc/ChangeLog: PR target/95169 * config/i386/i386-expand.c (ix86_expand_int_movcc): Avoid reversing a non-trapping comparison to a trapping one. testsuite/ChangeLog: PR target/95169 * gcc.target/i386/pr95169.c: New test.