This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/72868] New: Constexpr expressions mistreat case ranges
- From: "amarquez at sigovs 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:01:55 +0000
- Subject: [Bug c++/72868] New: Constexpr expressions mistreat case ranges
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868
Bug ID: 72868
Summary: Constexpr expressions mistreat case ranges
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: amarquez at sigovs dot com
Target Milestone: ---
When performing compile-time constexpr evaluation (under gnu++1y), G++ silently
treats case ranges as if they were a case with the first element of the range.