[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-08 Thread jakub at gcc dot gnu.org
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=gccview=revrev=182106 Log: Backported from mainline

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-04 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #4 from uros at gcc dot gnu.org 2011-12-04 12:47:28 UTC --- Author: uros Date: Sun Dec 4 12:47:25 2011 New Revision: 181986 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181986 Log: PR target/51393 *

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-04 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 Jérémie Detrey Jeremie.Detrey at loria dot fr changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-04 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #6 from uros at gcc dot gnu.org 2011-12-04 13:23:52 UTC --- Author: uros Date: Sun Dec 4 13:23:48 2011 New Revision: 181988 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181988 Log: PR target/51393 *

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-04 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #7 from uros at gcc dot gnu.org 2011-12-04 13:39:03 UTC --- Author: uros Date: Sun Dec 4 13:38:58 2011 New Revision: 181989 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181989 Log: PR target/51393 *

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-04 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Target||x86

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #1 from Jérémie Detrey Jeremie.Detrey at loria dot fr 2011-12-03 11:21:17 UTC --- Created attachment 25979 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25979 Patch to fix the reported typo. This simple patch should fix the typo

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #3 from Jérémie Detrey Jeremie.Detrey at loria dot fr 2011-12-03 17:25:10 UTC --- Done, thanks!