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