https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80799
--- Comment #8 from uros at gcc dot gnu.org --- Author: uros Date: Fri May 19 15:51:10 2017 New Revision: 248294 URL: https://gcc.gnu.org/viewcvs?rev=248294&root=gcc&view=rev Log: Backport from mainline 2017-05-18 Uros Bizjak <ubiz...@gmail.com> PR target/80799 * config/i386/mmx.md (*mov<mode>_internal): Enable alternatives 11, 12, 13 and 14 also for 32bit targets. Remove alternatives 15, 16, 17 and 18. * config/i386/sse.md (vec_concatv2di): Change alternative (!x, *y) to (x, ?!*Yn). testsuite/ChangeLog: Backport from mainline 2017-05-18 Uros Bizjak <ubiz...@gmail.com> PR target/80799 * g++.dg/other/i386-11.C: New test. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/other/i386-11.C Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/i386/mmx.md branches/gcc-6-branch/gcc/config/i386/sse.md branches/gcc-6-branch/gcc/testsuite/ChangeLog