mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* fixed i.e. when type casting array constructors
git-svn-id: trunk@3532 -
This commit is contained in:
parent
48802b0866
commit
3c4207bbe0
@ -1604,6 +1604,7 @@ implementation
|
|||||||
(left.resulttype.def.deftype=formaldef) or
|
(left.resulttype.def.deftype=formaldef) or
|
||||||
(
|
(
|
||||||
not(is_open_array(left.resulttype.def)) and
|
not(is_open_array(left.resulttype.def)) and
|
||||||
|
not(is_array_constructor(left.resulttype.def)) and
|
||||||
(left.resulttype.def.size=resulttype.def.size)
|
(left.resulttype.def.size=resulttype.def.size)
|
||||||
) or
|
) or
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user