This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 08 Dec 2011 10:43:18 +0000
- Subject: [Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h
- Auto-submitted: auto-generated
- References: <bug-51393-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-08 10:43:18 UTC ---
Author: jakub
Date: Thu Dec 8 10:43:13 2011
New Revision: 182106
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182106
Log:
Backported from mainline
2011-12-04 JÃrÃmie Detrey <Jeremie.Detrey@loria.fr>
PR target/51393
* config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
parameter as long long.
2011-12-04 Uros Bizjak <ubizjak@gmail.com>
JÃrÃmie Detrey <Jeremie.Detrey@loria.fr>
PR target/51393
* gcc.target/i386/pr51393.c: New test.
Added:
branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr51393.c
Modified:
branches/gcc-4_4-branch/gcc/ChangeLog
branches/gcc-4_4-branch/gcc/config/i386/avxintrin.h
branches/gcc-4_4-branch/gcc/testsuite/ChangeLog