This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/8598: xmmintrin.h broken for c++


>Number:         8598
>Category:       c++
>Synopsis:       xmmintrin.h broken for c++
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 16 00:26:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Klose
>Release:        3.2.1 20021111 (Debian prerelease) (Debian testing/unstable)
>Organization:
>Environment:
System: Linux smile 2.4.18-xfs #1 Tue Mar 12 22:42:02 CET 2002 i686 unknown
Architecture: i686
host: i386-pc-linux-gnu
build: i386-pc-linux-gnu
target: i386-pc-linux-gnu
>Description:

-- begin foo.c
#include <xmmintrin.h>
-- end foo.c

$ g++-3.2 -msse -c foo.c
In file included from foo.c:1:
/usr/lib/gcc-lib/i386-linux/3.2.1/include/xmmintrin.h: In function
>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:
 >`void
    _mm_stream_pi(vector int*, vector int)':
 /usr/lib/gcc-lib/i386-linux/3.2.1/include/xmmintrin.h:1036: cannot convert `
    vector int*' to `long long unsigned int*' for argument `1' to `void
    __builtin_ia32_movntq(long long unsigned int*, long long unsigned int)'
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]