Code below crashes cl.exe compiler:#include <math.h>void foo(){ float data[2 * 30]; float angle = 0.0f; for (int i = 0; i < 30; i++) { float y = float (cos(angle)); data[i] = y; data[i + 30] = y; angle += 42.0f; }}
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...