Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for the runtime (interpreted intrinsics) #29721

Merged
merged 4 commits into from
Nov 5, 2018
Merged

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Oct 19, 2018

closes #29379

@vtjnash vtjnash added kind:bugfix This change fixes an existing bug backport pending 1.0 labels Oct 19, 2018
src/builtins.c Outdated Show resolved Hide resolved
Handle case where runtime_nbits is not a power of two,
and be more careful to avoid C compiler undefined behavior
and tricky promotion rules when defining these.
previously, we only handled the case where it was implicitly null
@vtjnash vtjnash merged commit 1f2b16f into master Nov 5, 2018
@vtjnash vtjnash deleted the jn/interpret-intrinsics branch November 5, 2018 16:34
@StefanKarpinski
Copy link
Sponsor Member

Does that mean that all tests pass in the interpreter now?

@KristofferC KristofferC mentioned this pull request Nov 12, 2018
61 tasks
@KristofferC
Copy link
Sponsor Member

KristofferC commented Nov 19, 2018

Does not backport cleanly. Please push backport to "backport-1.0.3" or make a rebased branch on top of that and I will backport the commits. @vtjnash

@StefanKarpinski StefanKarpinski added status:triage This should be discussed on a triage call backport 1.0 and removed status:triage This should be discussed on a triage call labels Jan 31, 2019
@KristofferC
Copy link
Sponsor Member

Doesn't seem the backport will happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests known to fail in the interpreter
4 participants