This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
What are the possibilities of adding a GCC extension to allow:
switch (foo) { case 1: case 2: case 3 to 8: case 9: default: }
in C/C++ case statements?
Best regards, Rick C. Hodgin
I think there is very little enthusiasm these days for adding non-standard extensions of this type.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |