-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the following issues related to standard conformance and/or compiler bugs: * Different character lengths in array constructor. * Logicals must be compared with `.eqv.` instead of `==`. * Deeply nested function calls generate wrong results. * `index_unique` function generates wrong results when the actual argument is a character string array.
- Loading branch information
1 parent
48f6cee
commit 70301e0
Showing
2 changed files
with
24 additions
and
8 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