daniel 27 anni fa
parent
commit
cdd8977a1c
2 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. 16 0
      bugs/bug160.pp
  2. 2 0
      bugs/readme.txt

+ 16 - 0
bugs/bug160.pp

@@ -0,0 +1,16 @@
+program xxxx;
+
+procedure yyyy;
+
+var self:word;
+
+begin
+end;
+
+procedure self;
+
+begin
+end;
+
+begin
+end.

+ 2 - 0
bugs/readme.txt

@@ -182,6 +182,8 @@ Fixed bugs:
   bug0157.pp   Invalid compilation and also crashes                  OK 0.99.7 (PFV)
   bug0157.pp   Invalid compilation and also crashes                  OK 0.99.7 (PFV)
   bug0158.pp   Invalid boolean typecast                              OK 0.99.7 (PFV)
   bug0158.pp   Invalid boolean typecast                              OK 0.99.7 (PFV)
   bug0159.pp   Invalid virtual functions - should compile            OK 0.99.7 (FK)
   bug0159.pp   Invalid virtual functions - should compile            OK 0.99.7 (FK)
+  bug0160.pp   Incompatibility with BP: Self shouldn't be a
+               reserved word.
 
 
 Unproducable bugs:
 Unproducable bugs:
 ------------------
 ------------------