[PATCH] D68329: [Alignment][NFC] Allow constexpr Align
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 08:47:19 PDT 2019
gchatelet added a comment.
In D68329#1693070 <https://reviews.llvm.org/D68329#1693070>, @thakis wrote:
> This breaks building with gcc 5.3 (the system compiler on Ubuntu Xenial LTS), and supported by LLVM per https://llvm.org/docs/GettingStarted.html#getting-a-modern-host-c-toolchain
Thx for reporting, from stackoverflow <https://stackoverflow.com/questions/46756288/explicitly-defaulted-function-cannot-be-declared-as-constexpr-because-the-implic> it looks like a GCC bug.
I'm not sure it can be fixed so I'll revert the patch for now.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68329/new/
https://reviews.llvm.org/D68329
More information about the llvm-commits
mailing list