[cfe-commits] [PATCH] [libcxx][locale] disable inlining of variadic functions in GCC
Michael Spencer
bigcheesegs at gmail.com
Thu Dec 27 11:24:05 PST 2012
This should check for specific versions of gcc. We want to know if new versions are still broken.
Also, I just realized (I think) that gcc rejects this specifically because of _LIBCPP_ALWAYS_INLINE, not inline. So there's no need to use static, you can just drop the _LIBCPP_ALWAYS_INLINE.
http://llvm-reviews.chandlerc.com/D241
More information about the cfe-commits
mailing list