fixed 665499 3.1~+rc1-1 thanks Hello, This bug has been fixed by the new upstream release: $ echo " #include <stack> int main() { std::stack<int> x; }" > test.cpp $ clang++ -o plop test.cpp && ./plop && echo $? 0 Sylvestre