Package: clang-3.2
Version: 1:3.2repack-2

I am seeing this bug still in the clang-3.2 package.

# clang++ -o test test.cc
# ./test
Illegal instruction

# clang++ -o test test.cc -march=native
# ./test

# clang++ -v
Debian clang version 3.2-2 (tags/RELEASE_32/final) (based on LLVM 3.2)
Target: i386-pc-linux-gnu
Thread model: posix


test.cc contains:

#include <string>
#include <stack>

int main(int,char *[])
{
    std::stack<std::string> diesoftly;
    return 0;
}


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to