-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: work around ifx impure function-ref bug
According to the Fortran 2023 interpretation document requirement R1520 and R1521, a function-reference contains non-optional parentheses, which makes it standard-conforming to reference the user-defined generic operator(==) that is bound to the derived type test_description_t. For now, however, we make the operator impure to work around a compiler bug.
- Loading branch information
Damian Rouson
committed
May 2, 2024
1 parent
a3d9df3
commit 73a7b53
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters