mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 16:26:28 +02:00
* typeconvnodes are only equal if also their result type is equal
git-svn-id: trunk@14690 -
This commit is contained in:
parent
22a5e7ef0a
commit
3c7f726f98
@ -3018,7 +3018,8 @@ implementation
|
|||||||
begin
|
begin
|
||||||
docompare :=
|
docompare :=
|
||||||
inherited docompare(p) and
|
inherited docompare(p) and
|
||||||
(convtype = ttypeconvnode(p).convtype);
|
(convtype = ttypeconvnode(p).convtype) and
|
||||||
|
equal_defs(resultdef,left.resultdef);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user