https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31799
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:7f87b4ef2323769bd71f7ccea2aa6017a7376f76 commit r11-5090-g7f87b4ef2323769bd71f7ccea2aa6017a7376f76 Author: H.J. Lu <hjl.to...@gmail.com> Date: Tue Nov 17 06:01:41 2020 -0800 x86: Add a testcase for PR target/31799 Add a testcase for PR target/31799 which was fixed by commit 4f0473fe89e68bf7c09542ee5c3684da25a5b435 Author: Uros Bizjak <ubiz...@gmail.com> Date: Fri May 12 21:04:05 2017 +0200 compare-elim.c (try_eliminate_compare): Canonicalize operation with embedded compare to [(set (reg:CCM) (compare:CCM... * compare-elim.c (try_eliminate_compare): Canonicalize operation with embedded compare to [(set (reg:CCM) (compare:CCM (operation) (immediate))) (set (reg) (operation)]. * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define. in GCC 8. PR target/31799 * gcc.target/i386/pr31799.c: New test.