Skip to content

Commit 518341b

Browse files
committed
Update: fpm_sources with ieee intrinsic module names
1 parent 9bd9d3f commit 518341b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fpm/src/fpm_sources.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ module fpm_sources
2121

2222
character(15), parameter :: INTRINSIC_MODULE_NAMES(*) = &
2323
['iso_c_binding ', &
24-
'iso_fortran_env']
24+
'iso_fortran_env', &
25+
'ieee_arithmetic', &
26+
'ieee_exceptions', &
27+
'ieee_features ']
2528

2629
type srcfile_ptr
2730
! For constructing arrays of src_file pointers

0 commit comments

Comments
 (0)