Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread suzuki toshiya
Sigh, clang on Debian squeeze branch (previous newest branch) seems to be shipped without appropriate dependency; clang can search gcc until 4.6.1, but cannot search 4.6.2, and gcc-4.6.1 binaries are already removed from debian repository. Also Debian clang maintainers are mainly working for

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread İsmail Dönmez
Hi; On Sun, Nov 27, 2011 at 8:04 AM, suzuki toshiya mpsuz...@hiroshima-u.ac.jpwrote: Sigh, clang on Debian squeeze branch (previous newest branch) seems to be shipped without appropriate dependency; clang can search gcc until 4.6.1, but cannot search 4.6.2, and gcc-4.6.1 binaries are already

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread suzuki toshiya
İsmail Dönmez wrote: I built gcc-4.6.1 and clang/llvm-2.9 by myself. It can make working binary for the simplest programs, like hello-world, but apinames built with -ftrapv by my clang aborts with Illegal instruction error. It seems that I have to learn more to make usable clang by myself...

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread İsmail Dönmez
Hi; On Sun, Nov 27, 2011 at 8:43 AM, suzuki toshiya mpsuz...@hiroshima-u.ac.jpwrote: İsmail Dönmez wrote: I built gcc-4.6.1 and clang/llvm-2.9 by myself. It can make working binary for the simplest programs, like hello-world, but apinames built with -ftrapv by my clang aborts with Illegal