[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
2011-12-04  Jérémie Detrey  jeremie.det...@loria.fr

PR target/51393
* config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
parameter as long long.

2011-12-04  Uros Bizjak  ubiz...@gmail.com
Jérémie Detrey  jeremie.det...@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


[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
* config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
parameter as long long.

testsuite/ChangeLog:

2011-12-04  Uros Bizjak  ubiz...@gmail.com
Jérémie Detrey  jeremie.det...@loria.fr

PR target/51393
* gcc.target/i386/pr51393.c: New test.


Added:
trunk/gcc/testsuite/gcc.target/i386/pr51393.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/avxintrin.h
trunk/gcc/testsuite/ChangeLog


[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
 Resolution||FIXED

--- Comment #5 from Jérémie Detrey Jeremie.Detrey at loria dot fr 2011-12-04 
12:51:53 UTC ---
Perfect, thank you very much!


[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
* config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
parameter as long long.

testsuite/ChangeLog:

PR target/51393
* gcc.target/i386/pr51393.c: New test.


Added:
branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr51393.c
Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/config/i386/avxintrin.h
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


[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
* config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
parameter as long long.

testsuite/ChangeLog:

PR target/51393
* gcc.target/i386/pr51393.c: New test.


Added:
branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr51393.c
Modified:
branches/gcc-4_5-branch/gcc/ChangeLog
branches/gcc-4_5-branch/gcc/config/i386/avxintrin.h
branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


[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
URL||http://gcc.gnu.org/ml/gcc-p
   ||atches/2011-12/msg00272.htm
   ||l
   Target Milestone|--- |4.5.4

--- Comment #8 from Uros Bizjak ubizjak at gmail dot com 2011-12-04 13:42:32 
UTC ---
.


[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 in avxintrin.h.


[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 reconfirmed||2011-12-03
 CC||jakub at gcc dot gnu.org
 Ever Confirmed|0   |1

--- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-03 
16:56:23 UTC ---
The patch looks good, but patches should be sent to gcc-patches at gcc.gnu.org
mailing list, with a proper ChangeLog entry.  This one is short enough that it
doesn't need copyright assignment, can you please send it there?  Thanks.


[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!