Bug#248207: inconsistent operand constraints in atomicity.h on amd64.

2004-06-29 Thread Kurt Roeckx
This problem seems to be solved in the hammer branch. Kurt

Bug#248207: inconsistent operand constraints in atomicity.h on amd64

2004-06-18 Thread Kurt Roeckx
severity 248207 important thanks There are several packages that fail to build (at one time) because of this error. This includes: boost sndobj libcwd dar mpich openc++ vserver aspseek chemeq arkrpg rocketworkbench I also found one example in a configure script that did this: #include using nam

Bug#248207: inconsistent operand constraints in atomicity.h on amd64.

2004-05-22 Thread Kurt Roeckx
Kurt Roeckx <[EMAIL PROTECTED]> writes: > Some package fail to build on amd64 with this error: > /usr/include/c++/3.3/x86_64-linux/bits/atomicity.h:40: error: inconsistent >operand constraints in an `asm' If I replace the atomicity.h by the general one it works. So I have to assume something

Bug#248207: inconsistent operand constraints in atomicity.h on amd64.

2004-05-09 Thread Falk Hueffner
Kurt Roeckx <[EMAIL PROTECTED]> writes: > Package: gcc-3.3 > Version: 3.3.3-6 > > Some package fail to build on amd64 with this error: > /usr/include/c++/3.3/x86_64-linux/bits/atomicity.h:40: error: inconsistent >operand constraints in an `asm' Can you provide a preprocessed test case? --

Bug#248207: inconsistent operand constraints in atomicity.h on amd64.

2004-05-09 Thread Kurt Roeckx
Package: gcc-3.3 Version: 3.3.3-6 Some package fail to build on amd64 with this error: /usr/include/c++/3.3/x86_64-linux/bits/atomicity.h:40: error: inconsistent operand constraints in an `asm' Kurt