[Issue 22559] New: ImportC: support gnu case ranges
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 2 23:54:19 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22559
Issue ID: 22559
Summary: ImportC: support gnu case ranges
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: dave287091 at gmail.com
Gcc and clang have a case range extension for C which would map exactly to D’s
case range statements. See https://gcc.gnu.org/onlinedocs/gcc/Case-Ranges.html
I haven’t encountered any headers using this feature, but my personal C
programs use it as it is a nice extension.
--
More information about the Digitalmars-d-bugs
mailing list