Bug#333488: linux-kernel-headers: Include of asm/atomic.h is broken when compiling with g++

2005-10-12 Thread Jerome Vizcaino
Package: linux-kernel-headers Version: 2.6.13+0rc3-1.1 Severity: important Hi, Including asm/atomic.h breaks compilation with g++. The simple example below cannot be compiled using g++ 4, 3.4 or 3.3 and the error is always the same. -- CODE START -- #include asm/atomic.h int main() { return

Bug#333488: linux-kernel-headers: Include of asm/atomic.h is broken when compiling with g++

2005-10-12 Thread Daniel Jacobowitz
On Wed, Oct 12, 2005 at 09:04:55AM +0200, Jerome Vizcaino wrote: Package: linux-kernel-headers Version: 2.6.13+0rc3-1.1 Severity: important Hi, Including asm/atomic.h breaks compilation with g++. The simple example below cannot be compiled using g++ 4, 3.4 or 3.3 and the error is always