Skip to content

Feature: detect and handle compiler issues in the test suite #36

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

Merged
merged 4 commits into from
Sep 18, 2022

Conversation

rouson
Copy link
Member

@rouson rouson commented Sep 18, 2022

  1. Skip and report a test that causes a segmentation fault due to a gfortran bug.
  2. Detect and handle the use of the NAG compiler.
  3. Update test/README.md to remove a redundant test failure report.

This commit uses the C preprocessor to eliminate code that causes
a segmentation fault due to a gfortran bug.  The code will need to
be reenabled for the corresponding test to pass.
This commit effectively reverts commit eca3e6b, which relied
on labeling a impure external procedure as pure via an interface.
@rouson rouson marked this pull request as ready for review September 18, 2022 22:10
@rouson rouson merged commit c492498 into main Sep 18, 2022
@rouson rouson deleted the detect-compiler branch September 18, 2022 22: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