-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-8589
-
-
-
default
-
Rewrite the switch statement as a tree of if statements checking the range of the switch expression.
The compiler crashed with a stack overflow on input containing a switch statement with a huge number of cases. It is easy to introduce a huge number of cases by using the GNU C case range extension (e.g. case 1000 ... 32767