id summary reporter owner description type status milestone component version severity resolution keywords cc 10625 Compilation with nvcc produces error: unknown asm constraint modifier ',' Mikhail Farkov timblechmann "Compilation produces a lot of errors and warning: Example: .../atomic/detail/gcc-x86.hpp(1286): error: unknown asm constraint modifier ',' '''Version of boost:''' 1.55 '''Code:''' {{{ //std #include #include //boost #include ""boost/thread.hpp"" int main(int argc,char **argv) { return 0; } }}} ''Compiler parametes:'' nvcc test.cu -o test -O3 -arch=sm_30 -I. -I/usr/local/cuda/include -I/usr/local/boost/include -L/usr/local/cuda/lib64 -L/usr/local/boost/lib/ " Bugs closed To Be Determined atomic Boost 1.55.0 Problem fixed nvcc