--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-23 00:36 ---
Fixed by:
* config/i386/mmintrin.h (_mm_add_si64): Only define for SSE2.
(_mm_sub_si64): Likewise.
* config/i386/xmmintrin.h (_mm_shuffle_pi16, _m_pshufw): Likewise.
* gcc.target/i386
--- Comment #4 from jsm28 at gcc dot gnu dot org 2005-12-21 19:54 ---
In addition to the listed C failures, this is probably also responsible for the
C++ regressions
FAIL: g++.dg/opt/mmx2.C (test for excess errors)
FAIL: g++.dg/other/mmintrin.C (test for excess errors)
appearing at the
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-14 22:15 ---
This causes the following testsuite errors:
FAIL: gcc.target/i386/3dnow-1.c (test for excess errors)
FAIL: gcc.target/i386/3dnow-2.c (test for excess errors)
FAIL: gcc.target/i386/3dnowA-1.c (test for excess errors)
--- Comment #2 from glommer at gmail dot com 2005-12-13 01:18 ---
Ok, the patch worked perfectly here.
(In reply to comment #1)
> Patch posted:
> http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00659.html
>
(In reply to comment #1)
> Patch posted:
> http://gcc.gnu.org/ml/gcc-patches/2005
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-12 19:36 ---
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00659.html
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---