Browse Source

+ Bug with self

daniel 27 years ago
parent
commit
cdd8977a1c
2 changed files with 18 additions and 0 deletions
  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)
   bug0158.pp   Invalid boolean typecast                              OK 0.99.7 (PFV)
   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:
 ------------------