mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
- 151, 149
This commit is contained in:
parent
1a6ee8d4f3
commit
20bcbe3a24
@ -160,6 +160,8 @@ Fixed bugs:
|
||||
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)
|
||||
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:
|
||||
------------------
|
||||
@ -198,8 +200,6 @@ bug0144.pp problem with 'with object do'
|
||||
bug0145.pp typed files with huges records (needs filerec.size:longint)
|
||||
bug0148.pp crash when setting function result of a declared but not yet
|
||||
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.
|
||||
bug0151.pp crash when using undeclared variable in with-statement
|
||||
bug0152.pp End value of loop variable must be calculated before loop
|
||||
variable is initialized.
|
||||
|
Loading…
Reference in New Issue
Block a user