[PATCH] D65452: [Support] Workaround a GCC 4.8 bug on constant expression evaluation.

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 09:29:17 PDT 2019


jfb added a comment.

In D65452#1606444 <https://reviews.llvm.org/D65452#1606444>, @xbolva00 wrote:

> But one can use devtoolset on centos/rhel :)
>
> There is a llvm-dev discusion (but now dead, Google blocked it? @jfb @chandlerc) about bumping gcc versions, LLVM wants to use C++-14.
>
> Anyway, this small change looks fine.


It should happen soon indeed. It was supposed to be months ago, but things slipped a bit. The change is fine since we do still kinda support GCC 4.8 for now, though I think we should remove `LLVM_ALIGNAS` (I'll do so...).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65452/new/

https://reviews.llvm.org/D65452





More information about the llvm-commits mailing list