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

[c86 libc] Correct signed compare in alloca #2153

Merged
merged 2 commits into from
Dec 28, 2024
Merged

[c86 libc] Correct signed compare in alloca #2153

merged 2 commits into from
Dec 28, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Dec 28, 2024

Corrects comparison from unsigned to signed in alloca for 'if ((int)remaining < 0)'.

Fixes correct handling of right-associative cast by C86 for qsort.c from previous commit.

@ghaerr ghaerr merged commit b2ade70 into master Dec 28, 2024
2 checks passed
@ghaerr ghaerr deleted the alloca2 branch December 28, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant