pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-03-15
2020-03-15 10:25:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5f27fb945cfc5083b914fba982a62a97cc4d2c9a (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added note about integer type change.
Fixes
#10018
.
144:
Bug fixes ---------
+
o Compiler
+
+
Constant integers outside the 32-bit signed range not longer
+
get their types mapped to int(-0x80000000) or int(0x7fffffff),
+
(depending on sign) but instead keep the generic int type.
+
This fixes issues where the type resolution system derived
+
erroneous types from the truncated types.
+
o Runtime The runtime could get confused by PROGRAM_DESTRUCT_IMMEDIATE