This behavior is observed in cl.exe version 16.00.40219.1I compile this code:int _tmain(int argc, _TCHAR* argv[]){ for( int i = 0; i <> 5; i++ ); return 0;}and get this output:1> AnalyzeTest.cpp1>AnalyzeTest.cpp(65): error C2059: syntax error : '>'1>AnalyzeTest.cpp(65): error C2143: syntax error : missing ';' before ')'1>AnalyzeTest.cpp(65): error C2143: syntax error : missing ';' before ')'Here C2143 is emitted twice for the same construct. It should only be emitted once.
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...