Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
7d140614
Commit
7d140614
authored
Mar 25, 2020
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
CHANGES: Added note about F_ESCAPE_CATCH fix.
Fixes
#10023
.
parent
4e832eba
Branches
Branches containing commit
Tags
nettle_3.4rc1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+9
-5
9 additions, 5 deletions
CHANGES
with
9 additions
and
5 deletions
CHANGES
+
9
−
5
View file @
7d140614
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment