mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 02:19:24 +02:00
+ bug0151
This commit is contained in:
parent
10142c9fe7
commit
87c3c1aa04
10
bugs/bug0151.pp
Normal file
10
bugs/bug0151.pp
Normal file
@ -0,0 +1,10 @@
|
||||
type tr = record
|
||||
l1, l2: longint
|
||||
end;
|
||||
|
||||
var r: tr;
|
||||
|
||||
begin
|
||||
with r do
|
||||
inc(l)
|
||||
end.
|
@ -196,7 +196,8 @@ bug0144.pp problem with 'with object do'
|
||||
bug0145.pp typed files with huges records (needs filerec.size:longint)
|
||||
bug0146.pp no sizeof() for var arrays and the size is pushed incorrect
|
||||
bug0147.pp function b; is not allowed in implementation
|
||||
bug0148.pp triple fault exception 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 triple exc. fault
|
||||
bug0150.pp Shows that the assert() macro is missing under Delphi.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user