2
0
peter 26 жил өмнө
parent
commit
2ba2b655f0
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      compiler/cg386add.pas

+ 5 - 1
compiler/cg386add.pas

@@ -358,6 +358,7 @@ implementation
         { optimize first loading of a set }
 {$ifdef usecreateset}
         if (p^.right^.treetype=setelementn) and
+           not(assigned(p^.right^.right)) and
            is_emptyset(p^.left) then
          createset:=true
         else
@@ -1809,7 +1810,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.42  1999-02-12 10:43:56  florian
+  Revision 1.43  1999-02-16 00:46:30  peter
+    * fixed bug 206
+
+  Revision 1.42  1999/02/12 10:43:56  florian
     * internal error 10 with ansistrings fixed
 
   Revision 1.41  1999/01/20 19:23:10  jonas