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

Fix incompatible-pointer-type error in nif_SUITE.c #9313

Merged

Conversation

jcpetruzza
Copy link
Contributor

Starting with gcc-14, the emulator tests were failing to run due to gcc reporting an "incompatible pointer type" error in nif_SUITE.c. The fix is straighforward

Copy link
Contributor

CT Test Results

Tests are running... https://github.com/erlang/otp/actions/runs/12857209975

Results for commit e1d637b

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

  • No CT logs found
  • No HTML docs found
  • No Windows Installer found

// Erlang/OTP Github Action Bot

@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Jan 20, 2025
Starting with gcc-14, the emulator tests were failing to run
due to gcc reporting an "incompatible pointer type" error
in nif_SUITE.c. The fix is straighforward
@sverker sverker force-pushed the fix_incompatible_pointer_type_nif_suite branch from e1d637b to 7e3d315 Compare January 20, 2025 11:28
@sverker sverker changed the base branch from master to maint January 20, 2025 11:29
@sverker
Copy link
Contributor

sverker commented Jan 20, 2025

Thanks for the fix. I rebased your branch to be mergeable to maint branch (OTP 27.3).

@sverker sverker merged commit 659d1e4 into erlang:maint Jan 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants