Re: Fix 32-bit __atomic_*_16 problems (hopefully)

2013-11-09 Thread Dominique Dhumieres
I hope this patch will fix the issues people have seen with atomics tests failing on 32-bit architectures with missing __atomic_*_16 (or at least replace them by different problems). I'm running tests on x86_64-unknown-linux-gnu; perhaps someone seeing the 32-bit problems could test it

Re: Fix 32-bit __atomic_*_16 problems (hopefully)

2013-11-09 Thread Dominique Dhumieres
Typical very long run output: [Book15] f90/bug% gcc49 -std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L /opt/gcc/work/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c -L/opt/gcc/build_w/x86_64-apple-darwin13.0.0/i386/./libatomic/.libs -latomic -m32 [Book15] f90/bug% time a.out

Re: Fix 32-bit __atomic_*_16 problems (hopefully)

2013-11-09 Thread Joseph S. Myers
On Sat, 9 Nov 2013, Dominique Dhumieres wrote: I hope this patch will fix the issues people have seen with atomics tests failing on 32-bit architectures with missing __atomic_*_16 (or at least replace them by different problems). I'm running tests on x86_64-unknown-linux-gnu; perhaps

Fix 32-bit __atomic_*_16 problems (hopefully)

2013-11-08 Thread Joseph S. Myers
I hope this patch will fix the issues people have seen with atomics tests failing on 32-bit architectures with missing __atomic_*_16 (or at least replace them by different problems). I'm running tests on x86_64-unknown-linux-gnu; perhaps someone seeing the 32-bit problems could test it there?