> When compiled with any level of optimisation using gcc, the key clearing call
> goes away because of dead code elimination (see the MSDN article for more
> details on this, which uses VC++ to get the same effect).
I was unable to reproduce this with gcc 2.95.4.
I can cl...
Peter Gutmann wrote:
> When compiled with any level of optimisation using gcc, the key clearing call
> goes away because of dead code elimination (see the MSDN article for more
> details on this, which uses VC++ to get the same effect).
I was unable to reproduce this with gcc 2.95.4.
I can cl...
[ more ]