[Bug target/25350] [4.2 Regression] Can't include mmintrin.h

2005-12-22 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/25350] [4.2 Regression] Can't include mmintrin.h

2005-12-21 Thread jsm28 at gcc dot gnu dot org
--- 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

[Bug target/25350] [4.2 Regression] Can't include mmintrin.h

2005-12-14 Thread pinskia at gcc dot gnu dot org
--- 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)

[Bug target/25350] [4.2 Regression] Can't include mmintrin.h

2005-12-12 Thread glommer at gmail dot com
--- 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

[Bug target/25350] [4.2 Regression] Can't include mmintrin.h

2005-12-12 Thread pinskia at gcc dot gnu dot org
--- 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 ---