mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 05:10:31 +01:00
* an int2int type conversion doesn't retain the value location in
case of a bitpacked access git-svn-id: trunk@14911 -
This commit is contained in:
parent
674cdaf3fc
commit
650ba6d50f
@ -3004,6 +3004,7 @@ implementation
|
||||
(
|
||||
(convtype=tc_int_2_int) and
|
||||
(
|
||||
not is_bitpacked_access(left) and
|
||||
(resultdef.size=left.resultdef.size) or
|
||||
((m_tp7 in current_settings.modeswitches) and
|
||||
(resultdef.size<left.resultdef.size))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user