Skip to content

Commit d2d16f6

Browse files
committed
changelog: added warning 'FOR counter variable is unable to exceed limit value'
- on constant end value for loops to help avoid infinite loops, e.g. for i as ubyte = 0 to 255
1 parent b6ca8d6 commit d2d16f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Version 1.08.0
7272
- gas64: add debugging information for -g -gen gas64 for user code for FBdebugger only (SARG)
7373
- __FB_ARG_EXTRACT__( index, args... ) builtin macro (adeyblue)
7474
- __FB_X86__ intrinsic define on x86 and x86_64
75+
- added warning 'FOR counter variable is unable to exceed limit value' on constant end value for loops to help avoid infinite loops, e.g. for i as ubyte = 0 to 255
7576

7677
[fixed]
7778
- makefile: under MSYS2 (and friends), TARGET_ARCH is now identified from shell's default target architecture instead of shell's host architecture

0 commit comments

Comments
 (0)