Compile this code#pragma warning( disable: 4244 )#pragma warning( disable: 4100 )inline float Test( float l ){ return ( l + 0.5 );}int main( int argc, char **argv ){ float x = 1.0f; x = x * Test( x ) + x * Test( x ); return x;}with these command-line options/Zi /nologo /W4 /WX /O2 /Ob2 /Oi /Ot /Oy- /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "COMPILER_MSVC32" /D "COMPILER_MSVC" /D "MEMOVERRIDE_MODULE=resourceinfo" /D "_DLL_EXT=.dll" /D "EXENAME=resourceinfo" /D "VPCGAME=valve" /D "VPCGAMECAPS=VALVE" /D "PROJECTDIR=d:\main" /GF /Gm- /MT /GS- /Gy /arch:SSE2 /fp:fast /Zc:wchar_t /Zc:forScope /GR /openmp- /Fp"Release_Python2.5\resourceinfo.pch" /Fa"Release_Python2.5\/" /Fo"Release_Python2.5\/" /Fd"Release_Python2.5\/" /Gd /TP /analyze- /errorReport:promptYou will get this crash message:d:\main\src\utils\resourceinfo\resourceinfo.cpp(25): fatal error C1001: An internal error has occurred in the compiler.1> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x506E1896:0x00000004]', line 183)1> To work around this problem, try simplifying or changing the program near the locations listed above.1> Please choose the Technical Support command on the Visual C++ 1> Help menu, or open the Technical Support help file for more information
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results