ソースを参照

* treat conversions involving arrays of sets also as pointer conversions

git-svn-id: branches/jvmbackend@18667 -
Jonas Maebe 14 年 前
コミット
6cced31157
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/jvm/njvmcnv.pas

+ 1 - 1
compiler/jvm/njvmcnv.pas

@@ -884,7 +884,7 @@ implementation
             toarrtype:=jvmarrtype_setlength(todef);
             if not ptr_no_typecheck_required(fromdef,todef) then
               begin
-                if (fromarrtype in ['A','R','T']) or
+                if (fromarrtype in ['A','R','T','E','L']) or
                    (fromarrtype<>toarrtype) then
                   begin
                     if not check_only and