瀏覽代碼

* bug308(a) was fixed a while ago by Florian

Jonas Maebe 26 年之前
父節點
當前提交
11521c3719
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bugs/readme.txt

+ 2 - 2
bugs/readme.txt

@@ -363,6 +363,7 @@ Fixed bugs:
   bug0304.pp   Label redefined when inlining assembler              OK 0.99.13 (PFV)
   bug0304.pp   Label redefined when inlining assembler              OK 0.99.13 (PFV)
   bug0306.pp   Address is not popped with exit in try...except block OK 0.99.13 (PFV)
   bug0306.pp   Address is not popped with exit in try...except block OK 0.99.13 (PFV)
   bug0307.pp   "with object_type" doesn't work correctly!           OK 0.99.13 (?)
   bug0307.pp   "with object_type" doesn't work correctly!           OK 0.99.13 (?)
+  bug0308a.pp  problem with objects that don't have VMT nor variable fields OK 0.99.13 (FK)
   bug0309.pp   problem with ATT assembler written by bin writer     OK 0.99.14 (PFV)
   bug0309.pp   problem with ATT assembler written by bin writer     OK 0.99.14 (PFV)
 
 
 
 
@@ -398,5 +399,4 @@ bug0262.pp   problems with virtual and overloaded methods
 bug0293.pp   no error with variable name = type name
 bug0293.pp   no error with variable name = type name
 bug0299.pp   passing Array[0..1] of char by value to proc leads to problems
 bug0299.pp   passing Array[0..1] of char by value to proc leads to problems
 bug0305.pp   Finally is not handled correctly after inputting 0
 bug0305.pp   Finally is not handled correctly after inputting 0
-bug0308a.pp  problem with objects that don't have VMT nor variable fields
-bug0310.pp   local and para dup are not detected
+bug0310.pp   local and para dup are not detected