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

win32/vmem.h - memory alignment needed for gcc-12 #19912

Merged
merged 2 commits into from
Jul 7, 2022
Merged

win32/vmem.h - memory alignment needed for gcc-12 #19912

merged 2 commits into from
Jul 7, 2022

Conversation

sisyphus
Copy link
Contributor

@sisyphus sisyphus commented Jul 1, 2022

64-bit mingw-w64 ports of gcc version 12 currently build a perl.exe that crashes immediately upon execution.
This PR addresses and resolves that issue.
See discussion at #19824.

Note that the additional issue (of some crashes during 'make test') mentioned there is not addressed by this PR.
It's something that should be fixed ... but I don't have the solution to it.
For now, we can work around that issue by choosing favorable options regarding optimization level and/or threading.
The selection of those options can be made without any need to make further changes to the perl source.

Cheers,
Rob

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.

2 participants