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

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 7 21:57:34 PDT 2018


jfb added a comment.
Herald added subscribers: christof, aheejin.

In https://reviews.llvm.org/D23041#632708, @EricWF wrote:

> 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.


Reviving this old thread... Do you think this is still the right approach? I can file the GCC bug and split off the test.


https://reviews.llvm.org/D23041





More information about the cfe-commits mailing list