mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 23:50:36 +02:00
+ Bug with self
This commit is contained in:
parent
69c897c34a
commit
cdd8977a1c
16
bugs/bug160.pp
Normal file
16
bugs/bug160.pp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
program xxxx;
|
||||||
|
|
||||||
|
procedure yyyy;
|
||||||
|
|
||||||
|
var self:word;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure self;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
@ -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:
|
||||||
------------------
|
------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user