Skip to content

Added remaining F2008 intrinsics - #518

Merged
arporter merged 5 commits into
masterfrom
more_2008_intrinsics
Aug 27, 2026
Merged

Added remaining F2008 intrinsics#518
arporter merged 5 commits into
masterfrom
more_2008_intrinsics

Conversation

@LonelyCat124

Copy link
Copy Markdown

This adds all the new F2008 intrinsics. There are some potential extensions to previously existing intrinsics I didn't include, but I wasn't certain enough of those to add them in this PR.

All intrinsics taken from https://wg5-fortran.org/N1851-N1900/N1891.pdf and checked with gcc docs if I was unsure about arguments.

@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.26%. Comparing base (59cfba0) to head (f839d9f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #518   +/-   ##
=======================================
  Coverage   92.25%   92.26%           
=======================================
  Files          89       89           
  Lines       13926    13940   +14     
=======================================
+ Hits        12848    12862   +14     
  Misses       1078     1078           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LonelyCat124

Copy link
Copy Markdown
Author

@sergisiso @arporter Ready for a look.

@arporter arporter left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job Aidan, thanks for tackling this. I attempted to be thorough and think I found two mistakes.
We also need some tests... :-)

Comment thread src/fparser/two/Fortran2008/intrinsics_f08.py Outdated
Comment thread src/fparser/two/Fortran2008/intrinsics_f08.py
Comment thread src/fparser/two/Fortran2008/intrinsics_f08.py
@arporter arporter added reviewed with actions PR has been reviewed and is back with developer and removed under review labels Jul 24, 2026
@arporter arporter mentioned this pull request Aug 25, 2026
@LonelyCat124 LonelyCat124 added ready for review and removed reviewed with actions PR has been reviewed and is back with developer labels Aug 26, 2026
@LonelyCat124
LonelyCat124 requested a review from arporter August 26, 2026 12:21
@LonelyCat124

Copy link
Copy Markdown
Author

@arporter Ready for another look.

@arporter

Copy link
Copy Markdown
Member

All looking good. I'm testing this branch with PSyclone in stfc/PSyclone#3571. If all is well I'll proceed to merge.

@arporter arporter left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PSyclone ITs were all green with this branch.
Will proceed to merge.

@arporter arporter added ready for merge PR is waiting on final CI checks before being merged. and removed under review labels Aug 26, 2026
@arporter
arporter merged commit 4fc95ee into master Aug 27, 2026
6 of 10 checks passed
@arporter
arporter deleted the more_2008_intrinsics branch August 27, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for merge PR is waiting on final CI checks before being merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants