Hi Przemek, Compiling this code on OSX (PPC) using -gc3: --- PROC MAIN() LOCAL a := 6 LOCAL b := 36 ? ( a / b ) ? ( a / b ) > .25 --- Will print: --- 0.17 .T. (wrong) ---
The generated .c code is identical to the MSVC built one. Also, this code: --- PROC MAIN() ? ( 6 / 36 ) ? ( 6 / 36 ) > .25 --- Will print in OSX (PPC): --- *********************** (wrong) .F. --- While MSVC will print: --- 0.17 .F. --- Generated .c code is also identical. Brgds, Viktor _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour