Skip to content

Commit

Permalink
Merge pull request #68 from sourceryinstitute/doc-fixes
Browse files Browse the repository at this point in the history
Housekeeping: rm unused files & correct documentation typo
  • Loading branch information
rouson authored Jan 20, 2024
2 parents 5eb9e3d + 0999c5c commit 3fa6eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ summarizes the observed compiler behaviors:
**Notes**
1. Fails to build due to an internal compiler error (ICE).
2. Fails to build due to `fpm` issue [767]. See [test/README.md#cray] for a lower bound on the Cray compiler test failures.
3. Fails to build due to polymorphism not yet being supported. However, a refactored version of 10 the compiler tests in [./tests/compiler_test_m.f90] pass when incorporated into the [llvm-test-suite].
3. Fails to build due to polymorphism not yet being supported. However, a refactored version of the 10 compiler tests in [./tests/compiler_test_m.f90] pass when incorporated into the [llvm-test-suite].

See the [test suite README.md](./test/README.md) for more details on each compiler's test
results.
Expand Down
2 changes: 1 addition & 1 deletion src/smart_pointer/assert_m.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module assert_m

pure module subroutine assert(assertion, description)
!! Error terminate on .false. assertion with the stop code given by description
!! With IBM XL Fortran, the stop code is an integer due to for character stop codes being unsupported.
!! With IBM XL Fortran, the stop code is an integer due to character stop codes being unsupported.
implicit none
logical, intent(in) :: assertion
character(len=*), intent(in) :: description
Expand Down

0 comments on commit 3fa6eda

Please sign in to comment.