This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/72868] Constexpr expressions mistreat case ranges
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Aug 2016 19:29:12 +0000
- Subject: [Bug c++/72868] Constexpr expressions mistreat case ranges
- Auto-submitted: auto-generated
- References: <bug-72868-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868
--- Comment #3 from Daniel Krügler <daniel.kruegler at googlemail dot com> ---
The quoted essentials also require you to provide the full command line (A
range in a switch case is not Standard C++), please read about what's needed in
the quoted document.