[PATCH] D58117: Workaround std::thread begin not copy-constructible
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 11:31:30 PST 2019
dblaikie added a comment.
In D58117#1401919 <https://reviews.llvm.org/D58117#1401919>, @serge-sans-paille wrote:
> Fedora is currently using gcc-9.0.1, svn revision 268719 (see https://src.fedoraproject.org/rpms/gcc/blob/master/f/gcc.spec) which triggers this issue. I'll forward the test case to the gcc team and report here.
GCC 9 isn't released yet, though - is this a release of Redhat or more "in-development Redhat is using in-development GCC"?
But yeah, I'd check with libstdc++ folks to see if this is a bug there. Vaguely looks like it.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58117/new/
https://reviews.llvm.org/D58117
More information about the llvm-commits
mailing list