* 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:
Jonas Maebe 2010-02-13 20:56:02 +00:00
parent 674cdaf3fc
commit 650ba6d50f

View File

@ -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))