Hi, Mindaugas

> /*
>   TODO: BCC compiler error???!!!
>   I had a situation when without this donothing() call the whole loop is
not
>   executed?! Really, strange! Do we have BCC error here? I hadn't time to
do
>   CPU level debugging, but an extra function call influences generated CPU

>   code a lot:
>   - with donothing() ulEntryCount is optimized and stored in edi register;
>   - without donothing() ulEntryCount is stored in stack frame [ebp -
something].
>   Removing -OS compiler switch does not change results.
> */
>          donothing();

Can you share your experience about BCC compiler bug observation?

best regards,
Saulius
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to