[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 09:00:55 PDT 2019


hliao added a comment.

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

> Is it worth to workaround old gcc?
>
> Support for gcc 4.8 will be dropped soon(ish) anyway..


I don't want to be pedantic, but `will` means not right now. Many long-term systems, says CentOS 7.2 (with gcc-4.8.5 and the same issue), would be EOL up to 2024.


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