[PATCH] D77520: Treat default values in LangOptions.def in the scope of enums

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 08:38:47 PDT 2020


rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.

I don't think we can do this because GCC 5.1 won't support it.

To confirm, that's still the minimum supported version:
https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library

And here's a godbolt example showing the error: https://gcc.godbolt.org/z/fYb58Q


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77520





More information about the cfe-commits mailing list