Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Optimisation level 3 Bug (*solved*)
#5
[quote="LCD"]
??? You surely mean to compile it with -O2 and then -O3 again... No problem, I will do so.
[quote]
Sorry, I didn't explain very well. I meant: use -O2 at first and test your program. Then recompile with -O3 and test your program again. Both version should behave the same way. Wink

I also forgot to mention that since version 1.1.5 the ELSEIF construct is also available. Wink So, you now can do:
Code:
IF <condition> THEN
...
ELSEIF <condition> THEN
...
ELSEIF <condition> THEN  : REM many times....
...
ELSE : REM ELSE is optional
...
END IF


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)