Browse Source

+ 255
- 249

peter 26 years ago
parent
commit
192966b0a7
2 changed files with 10 additions and 2 deletions
  1. 7 0
      bugs/bug0255.pp
  2. 3 2
      bugs/readme.txt

+ 7 - 0
bugs/bug0255.pp

@@ -0,0 +1,7 @@
+function a: char;
+begin
+end;
+
+begin
+  if #12 in [a, a, a, a, a] then ; { <--- }
+end.

+ 3 - 2
bugs/readme.txt

@@ -304,10 +304,11 @@ Fixed bugs:
   bug0247.pp   var with initial value not supprted (Delphi var x : integer = 5;)
   bug0247.pp   var with initial value not supprted (Delphi var x : integer = 5;)
                allowed in -Sd mode OK 0.99.11 (PM)
                allowed in -Sd mode OK 0.99.11 (PM)
   bug0248.pp   Asm, Wrong assembler code accepted by new assembler reader OK 0.99.11 (PFV)
   bug0248.pp   Asm, Wrong assembler code accepted by new assembler reader OK 0.99.11 (PFV)
+  bug0249.pp   procedure of object cannot be assigned to property.  OK 0.99.11 (PFV)
   bug0250.pp   error with Ansistrings and loops.                    OK 0.99.11 (PFV)
   bug0250.pp   error with Ansistrings and loops.                    OK 0.99.11 (PFV)
   bug0251.pp   typed const are not aligned correctly                OK 0.99.11 (PM)
   bug0251.pp   typed const are not aligned correctly                OK 0.99.11 (PM)
   bug0253.pp   problem with overloaded procedures and forward       OK 0.99.11 (PFV)
   bug0253.pp   problem with overloaded procedures and forward       OK 0.99.11 (PFV)
-  
+
 
 
 Unproducable bugs:
 Unproducable bugs:
 ------------------
 ------------------
@@ -343,6 +344,6 @@ bug0237.pp   Can't have sub procedures with names defined in interface
 bug0244.pp   nested procedures can't have same name as global ones
 bug0244.pp   nested procedures can't have same name as global ones
 bug0245.pp   assigning pointers to address of consts is allowed (refused by BP !)
 bug0245.pp   assigning pointers to address of consts is allowed (refused by BP !)
 bug0246.pp   const para can be changed without error
 bug0246.pp   const para can be changed without error
-bug0249.pp   procedure of object cannot be assigned to property.
 bug0252.pp   typecasting not possible within typed const
 bug0252.pp   typecasting not possible within typed const
 bug0254.pp   problem of endless loop if string at end of main file without new line.
 bug0254.pp   problem of endless loop if string at end of main file without new line.
+bug0255.pp   internal error 10 with in and function calls