mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +02:00
* also set the persistent typedef of simplified ordconstn type conversions
(related to mantis #17458) git-svn-id: trunk@16071 -
This commit is contained in:
parent
fd892533c3
commit
d1206c6279
@ -2268,6 +2268,7 @@ implementation
|
||||
else
|
||||
testrange(resultdef,tordconstnode(left).value,(nf_explicit in flags));
|
||||
left.resultdef:=resultdef;
|
||||
tordconstnode(left).typedef:=resultdef;
|
||||
result:=left;
|
||||
left:=nil;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user