[Bug target/59839] i686 AVX2 gather intrinsic not compiling with -O0 on mingw w64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 16 19:26:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59839
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Jan 16 19:26:08 2014
New Revision: 206683
URL: http://gcc.gnu.org/viewcvs?rev=206683&root=gcc&view=rev
Log:
PR target/59839
* config/i386/i386.c (ix86_expand_builtin): If target doesn't
satisfy operand 0 predicate for gathers, use a new pseudo as
subtarget.
* gcc.target/i386/pr59839.c: New test.
Added:
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59839.c
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/config/i386/i386.c
branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list