mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
ù* several tbs corrected
This commit is contained in:
parent
350ba1d8a9
commit
a3c0f5e306
@ -1,12 +1,12 @@
|
||||
type
|
||||
|
||||
p=^p;
|
||||
p2 = ^p2;
|
||||
p=^p2;
|
||||
p2 = ^p;
|
||||
|
||||
var a:p;
|
||||
a2:p2;
|
||||
|
||||
begin
|
||||
a:=a2;
|
||||
a:=@a2;
|
||||
a:=a2^;
|
||||
end.
|
||||
@ -1,8 +1,8 @@
|
||||
unit unit2;
|
||||
unit tbs0139;
|
||||
|
||||
interface
|
||||
uses
|
||||
objpas, bug0139a;
|
||||
objpas, tbs0139a;
|
||||
|
||||
type
|
||||
AnotherClass=class(SomeClass)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit bug0139a;
|
||||
unit tbs0139a;
|
||||
|
||||
interface
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ type
|
||||
end;
|
||||
implementation
|
||||
|
||||
uses bug0140a;
|
||||
uses tbs0140a;
|
||||
|
||||
constructor TObject.Init(aPar:byte);
|
||||
begin
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
|
||||
unit bug0140a;
|
||||
unit tbs0140a;
|
||||
|
||||
interface
|
||||
|
||||
uses bug0140;
|
||||
uses tbs0140;
|
||||
|
||||
procedure Message(var O:TObject);
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit bug0149a;
|
||||
unit tbs0149a;
|
||||
|
||||
interface
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{there is no crash when tset or c from unit a are used in OuterProcedure,
|
||||
it's only a problem when using them in a nested procedure/function}
|
||||
|
||||
unit bug0149b;
|
||||
unit tbs0149b;
|
||||
|
||||
interface
|
||||
|
||||
uses t2a;
|
||||
uses tbs0149a;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user