[PATCH] D65452: [Support] Workaround a GCC 4.8 bug on constant expression evaluation.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 08:00:14 PDT 2019
hliao added a comment.
In D65452#1606342 <https://reviews.llvm.org/D65452#1606342>, @MaskRay wrote:
> https://llvm.org/docs/GettingStarted.html#id7
>
> > GCC >=5.1.0 C/C++ compiler
>
> The current recommendation is >=5.1.0...
But, unfortunately, there are many old systems with gcc-4.8 only, like ubuntu 16.04, centos 4.x, and other long-term systems
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65452/new/
https://reviews.llvm.org/D65452
More information about the llvm-commits
mailing list