[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/sse-7.c: Use -msse2.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25350



[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 same time.


-- 

jsm28 at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jsm28 at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25350



[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)
FAIL: gcc.target/i386/3dnowA-2.c (test for excess errors)
FAIL: gcc.target/i386/mmx-1.c (test for excess errors)
FAIL: gcc.target/i386/mmx-2.c (test for excess errors)
FAIL: gcc.target/i386/mmx-4.c (test for excess errors)
WARNING: gcc.target/i386/mmx-4.c compilation failed to produce executable
FAIL: gcc.target/i386/mmx-5.c (test for excess errors)
FAIL: gcc.target/i386/pr13366.c (test for excess errors)  
FAIL: gcc.target/i386/sse-1.c (test for excess errors)
ERROR: gcc.target/i386/sse-1.c: error executing dg-final: couldn't open
sse-1.s: no such file or directory
FAIL: gcc.target/i386/sse-13.c (test for excess errors)
FAIL: gcc.target/i386/sse-14.c (test for excess errors)
FAIL: gcc.target/i386/sse-2.c (test for excess errors)  
FAIL: gcc.target/i386/sse-3.c (test for excess errors)  
WARNING: gcc.target/i386/sse-3.c compilation failed to produce executable
FAIL: gcc.target/i386/sse-7.c (test for excess errors) 
WARNING: gcc.target/i386/sse-7.c compilation failed to produce executable
FAIL: gcc.target/i386/sse-9.c (test for excess errors)  
WARNING: gcc.target/i386/sse-9.c compilation failed to produce executable


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25350



[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

URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||12/msg00659.html
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Keywords||patch
   Last reconfirmed|-00-00 00:00:00 |2005-12-12 19:36:40
   date||
Summary|Can't include mmintrin.h|[4.2 Regression] Can't
   ||include mmintrin.h
   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25350



[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-12/msg00659.html
 


-- 

glommer at gmail dot com changed:

   What|Removed |Added

 CC||glommer at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25350