Could you hire me? Contact me if you like what I’ve done in this article and think I can create value for your company with my skills.

April 26, 2007 / by Zsolt Soczó

CPP compiler crash

Beküldtem életem első bugreportját, aztán lehet, hogy orrba leszek vágva, mert már más is megírta. Kiderül.

Egy szimpla kis kódocskától szétszáll a compiler:

a.cpp
[source:c++]
#include

void main()
{
CString path;
for(int pos = 0; CStringW s = path.Tokenize(path, pos); s.Empty());
}

[/source]

cl a.cpp

fatal error C1001: An internal error has occurred in the compiler. (compiler file ‘F:\SP\vctools\compiler\utc\src\P2\ehexcept.c’, line 971)

Could you hire me? Contact me if you like what I’ve done in this article and think I can create value for your company with my skills.