mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 01:26:10 +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
|
||||
docompare :=
|
||||
inherited docompare(p) and
|
||||
(convtype = ttypeconvnode(p).convtype);
|
||||
(convtype = ttypeconvnode(p).convtype) and
|
||||
equal_defs(resultdef,left.resultdef);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user