Bug#632472: [clang] sse broken with i386-pc-linux-gnu target too
Riccardo Magliocchetti
riccardo.magliocchetti at gmail.com
Sun Sep 16 16:11:56 UTC 2012
Package: clang
Version: 3.1-8
--- Please enter the report below this line. ---
It's not amd64 specific, sse is also broken on i386:
$ gcc -v 2>&1 | grep Target
Target: i486-linux-gnu
$ clang -v 2>&1 | grep Target
Target: i386-pc-linux-gnu
$ cat sse.h
#ifdef __SSE__
#warning "SSE defined!"
#endif
$ gcc sse.h
$ clang sse.h
sse.h:2:2: warning: "SSE defined!" [-W#warnings]
#warning "SSE defined!"
^
1 warning generated.
--- System information. ---
Architecture: i386
Kernel: Linux 3.6.0-rc5+
Debian Release: wheezy/sid
500 unstable mi.mirror.garr.it
500 unstable ftp.de.debian.org
1 experimental ftp.de.debian.org
--- Package information. ---
Depends (Version) | Installed
=====================================-+-==============
libc6 (>= 2.3.6-6~) | 2.13-35
libffi5 (>= 3.0.4) | 3.0.10-3
libgcc1 (>= 1:4.1.1) | 1:4.7.1-8
libllvm3.1 | 3.1-2
libstdc++6 (>= 4.6) | 4.7.1-8
libstdc++6-4.6-dev | 4.6.3-9
libclang-common-dev (= 3.1-8) | 3.1-8
Recommends (Version) | Installed
===========================-+-===========
llvm-3.1-dev | 3.1-2
python | 2.7.3-2
Package's Suggests field is empty.
More information about the Pkg-llvm-team
mailing list