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

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 30 03:05:26 PST 2016


EricWF added a comment.

Have you filed a bug against GCC regarding its current behavior?

Also it seems like a bad idea to add `-fabi-version=6`, since it selects an older ABI version and not a newer one. Testing the old behavior is not what we want.

I think the best plan is to simply split the `vector_size` tests into another file and XFAIL that for GCC. At least then we get some coverage.


https://reviews.llvm.org/D23041





More information about the cfe-commits mailing list