-
Notifications
You must be signed in to change notification settings - Fork 710
Fix call convention warnings for AArch64 #10919
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH does that even belong there any more? I thought Win32 used ccall
exclusively and stdcall
was deprecated, and since ghc doesn't support pre-Win32 stdcall
should simply be removed?
My opinion is the deprecated stuff should be removed every major version. If something called deprecated at current major version, it should be removed over one major version. So, if we have quorum to remove |
These commits removed things to do with stdcall from GHC before. However, this patch does seem fine to merge as-is to me. |
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
These warnings stop CI process at https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13856 due of
-Werror
:Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: