浏览代码

* also check for valid min/maxlabel range for jumptable in case
of cs_opt_size

git-svn-id: trunk@8281 -

Jonas Maebe 18 年之前
父节点
当前提交
1c71bb36a1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/ncgset.pas

+ 2 - 0
compiler/ncgset.pas

@@ -765,6 +765,8 @@ implementation
                    if cs_opt_size in current_settings.optimizerswitches  then
                      begin
                        if has_jumptable and
+                          (min_label>=int64(low(aint))) and
+                          (max_label<=high(aint)) and
                           not((labelcnt<=2) or
                               ((max_label-min_label)<0) or
                               ((max_label-min_label)>3*labelcnt)) then