Skip to content
Snippets Groups Projects
Commit 7d140614 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

CHANGES: Added note about F_ESCAPE_CATCH fix.

Fixes #10023.
parent 4e832eba
Branches
Tags nettle_3.4rc1
No related merge requests found
......@@ -149,12 +149,16 @@ Bug fixes
o Compiler
Constant integers outside the 32-bit signed range not longer
- 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.
- Under some circumstances the compiler would insert erroneous
F_ESCAPE_CATCH opcodes. This could cause very strange
runtime errors.
o Runtime
The runtime could get confused by PROGRAM_DESTRUCT_IMMEDIATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment