[PATCH] D23041: Un-XFAIL GCC atomics.align

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 14:54:56 PDT 2016


jfb added a comment.

I wrote a quick test, and I think this is technically OK for x86 because alignment "Just Works", but I think it's borked on GCC+ARM (I don't have a system to test that here): https://github.com/jfbastien/atomic_nullptr/blob/master/atomic_nullptr.cc


https://reviews.llvm.org/D23041





More information about the cfe-commits mailing list