[PATCH] D105457: [clang] Refactor AST printing tests to share more infrastructure
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 13 12:13:52 PDT 2021
dyung added a comment.
In D105457#2875058 <https://reviews.llvm.org/D105457#2875058>, @glaubitz wrote:
> In D105457#2874516 <https://reviews.llvm.org/D105457#2874516>, @dblaikie wrote:
>
>> Any ideas what version of the standard library these buildbots are using? This /looks/ a bit like a bug in the standard library in use, perhaps? (also because it's not showing up in lots of other buildbots/developers, I assume?)
>
> I cannot speak for the other builds bots, but the cross-buildbot for m68k which I maintain is running openSUSE Leap 15.3 with GCC 7.5.0.
>
> Maybe this change is compatible with newer versions of GCC only?
I'm not sure how to get the standard library version that is being used, but our internal upstream build bot hit this issue, and it is running ubuntu 18.04 with gcc 7.5 as well.
My main dev machine is running ubuntu 20.04 with 9.3 and that does not show the failure, but another one of our internal linux machines with 18.04 and gcc 7.5 does show the failure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105457/new/
https://reviews.llvm.org/D105457
More information about the cfe-commits
mailing list