S
Sven K?hne
Hello *,
Our new compiler has some problems with this line:
pBuf[i++] = Calc(pBuf, i);
The Assembler-Code generated uses the increases "i" as a Paramter in
Calc. Our old Compiler did not do this. So who is right.
And where is the lay (ANSI-C Definition) written ans available, that
says ist is rigth, and this is wrong?
Thanks, Sven
Our new compiler has some problems with this line:
pBuf[i++] = Calc(pBuf, i);
The Assembler-Code generated uses the increases "i" as a Paramter in
Calc. Our old Compiler did not do this. So who is right.
And where is the lay (ANSI-C Definition) written ans available, that
says ist is rigth, and this is wrong?
Thanks, Sven