https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225
--- Comment #35 from uros at gcc dot gnu.org --- Author: uros Date: Tue Feb 14 19:25:42 2017 New Revision: 245443 URL: https://gcc.gnu.org/viewcvs?rev=245443&root=gcc&view=rev Log: PR target/79495 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative. testsuite/ChangeLog: PR target/79495 * gcc.target/i386/pr79495.c: New test. PR middle-end/61225 * gcc.target/i386/pr49095.c: Add -fno-shrink-wrap to dg-options. Use dg-additional-options for ia32 target. Remove XFAIL. Added: branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr79495.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/i386/i386.md branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr49095.c