Bug#705958: clang: Fails to link c++ programs on armhf, size_t is defined incorrectly

2013-04-23 Thread Sylvestre Ledru
On 22/04/2013 20:43, Florian Fischer wrote: Package: clang Version: 1:3.0-6.1+rpi1 Severity: important Dear Maintainer, Currently, I cannot use clang++ on armhf (raspbian) due to an incorrect definition of size_t. [...] I'm sure this bug would be easy to fix, if I had any idea

Bug#705958: clang: Fails to link c++ programs on armhf, size_t is defined incorrectly

2013-04-22 Thread Florian Fischer
Package: clang Version: 1:3.0-6.1+rpi1 Severity: important Dear Maintainer, Currently, I cannot use clang++ on armhf (raspbian) due to an incorrect definition of size_t. clang++'s builtins define size_t as unsigned long, however the architecture and libstdc++ define it as unsigned int. This