consider: struct C { static const int I = 5; }; const int C::I; We do not emit a definition of C::I even though both the standard and cl.exe both do.
I believe that this is a regression caused by r213304.
I've got an initial patch for this issue. Will review and commit in a couple of days. Alexey Frolov ============= Software Engineer Intel Compiler Team Intel
Fixed in r237787.