mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:49:06 +02:00
* fixup for r32338: to reset a typeconvn, its convtype must also be set
back to tc_none git-svn-id: trunk@32342 -
This commit is contained in:
parent
33d711794e
commit
18ad8fc004
@ -2601,6 +2601,7 @@ implementation
|
|||||||
{ may change the type conversion, e.g. if the old conversion was
|
{ may change the type conversion, e.g. if the old conversion was
|
||||||
from 64 bit to a 64 bit, and now becomes 64 bit to 32 bit }
|
from 64 bit to a 64 bit, and now becomes 64 bit to 32 bit }
|
||||||
n.resultdef:=nil;
|
n.resultdef:=nil;
|
||||||
|
ttypeconvnode(n).convtype:=tc_none;
|
||||||
typecheckpass(n);
|
typecheckpass(n);
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user