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

Check for bit length of constant before addConstantToInteger #6543

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

bhavanisn
Copy link
Contributor

Issue was while calling addConstantToInteger a 64 bit value was used
and passed as 32bit in the function call. Code generated to load the
constant was losing higher bits and thus caused issues.

Fixes #6511

Signed-off-by: Bhavani S N bhavani.sn@ibm.com

@bhavanisn bhavanisn force-pushed the gccUpgradeFailure branch 2 times, most recently from d5996bf to f0cf1f6 Compare June 1, 2022 16:19
@jdekonin
Copy link
Contributor

jdekonin commented Jun 1, 2022

jenkins build plinux

1 similar comment
@AdamBrousseau
Copy link
Contributor

jenkins build plinux

Copy link
Contributor

@zl-wang zl-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@0xdaryl 0xdaryl self-assigned this Jun 1, 2022
@0xdaryl
Copy link
Contributor

0xdaryl commented Jun 1, 2022

Jenkins build aix

@0xdaryl 0xdaryl merged commit 2a56595 into eclipse:master Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JITPPCOpCodesTest.PPCAddressTest failure on pLinux UB20
5 participants