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

Workaround for gfortran #253

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Workaround for gfortran #253

merged 2 commits into from
Feb 4, 2025

Conversation

tclune
Copy link
Member

@tclune tclune commented Feb 4, 2025

Gfortran was throwing spurious seg faults in tests of containers that use unlimited polymorphic items. Apparently assignment/allocation of such entities is still fragil. Use of pointers allows the tests to pass.

Gfortran was throwing spurious seg faults in tests of containers that
use unlimited polymorphic items.  Apparently assignment/allocation of
such entities is still fragil.  Use of pointers allows the tests to
pass.
@tclune tclune added the bug Something isn't working label Feb 4, 2025
@tclune tclune merged commit 261a1bd into main Feb 4, 2025
15 of 16 checks passed
@tclune tclune deleted the hotfix/gfortran-workaround branch February 4, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant