Compiler from Visual Studio 2010 SP1 crashes on following simple code when compiling with /O2int main(){ int x = 2; while (x != -1) { switch (x) { case 2: { x = -1; break; } } }}
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...