- 151, 149

This commit is contained in:
peter 1998-08-13 11:01:09 +00:00
parent 1a6ee8d4f3
commit 20bcbe3a24

View File

@ -160,6 +160,8 @@ Fixed bugs:
bug0141.pp Wrong Class sizes when using forwardly defined classes. OK 0.99.6 bug0141.pp Wrong Class sizes when using forwardly defined classes. OK 0.99.6
bug0146.pp no sizeof() for var arrays and the size is pushed incorrect OK 0.99.7 (PFV) bug0146.pp no sizeof() for var arrays and the size is pushed incorrect OK 0.99.7 (PFV)
bug0147.pp function b; is not allowed in implementation OK 0.99.7 (PFV) bug0147.pp function b; is not allowed in implementation OK 0.99.7 (PFV)
bug0149.pp (a, b) compile bug0149b twice and you'll get a crash OK 0.99.7 (PFV)
bug0151.pp crash when using undeclared variable in withstatement OK 0.99.7 (PFV)
Unproducable bugs: Unproducable bugs:
------------------ ------------------
@ -198,8 +200,6 @@ bug0144.pp problem with 'with object do'
bug0145.pp typed files with huges records (needs filerec.size:longint) bug0145.pp typed files with huges records (needs filerec.size:longint)
bug0148.pp crash when setting function result of a declared but not yet bug0148.pp crash when setting function result of a declared but not yet
implemented function in another function implemented function in another function
bug0149.pp (a, b) compile bug0149b twice and you'll get a crash
bug0150.pp Shows that the assert() macro is missing under Delphi. bug0150.pp Shows that the assert() macro is missing under Delphi.
bug0151.pp crash when using undeclared variable in with-statement
bug0152.pp End value of loop variable must be calculated before loop bug0152.pp End value of loop variable must be calculated before loop
variable is initialized. variable is initialized.