diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-10-13 16:39:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 16:39:06 (GMT) |
commit | 6aaa960d900b59a442e28c264ca0562449ebd05b (patch) | |
tree | 80cfe25088321ce27a5e111dfebd75b2e4138bd6 /release_docs/RELEASE.txt | |
parent | eda1344a72d0f85e4532c504f1e9ecc025a87a21 (diff) | |
download | hdf5-6aaa960d900b59a442e28c264ca0562449ebd05b.zip hdf5-6aaa960d900b59a442e28c264ca0562449ebd05b.tar.gz hdf5-6aaa960d900b59a442e28c264ca0562449ebd05b.tar.bz2 |
Fixes test failure for gfortran -O2 and -O3, -fdefault-real-16 (#3662)
* added cmake ieee flag for nagfor
* fixes gfortran -O2 and -O3, -fdefault-real-16
* fixed sync
* updated release notes
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bcc91df..bfaab5e0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -880,7 +880,12 @@ Bug Fixes since HDF5-1.14.0 release configuration information in the HDF5_VOL_CONNECTOR environment variable and would incorrectly report that the specified VOL connector isn't registered due to including the configuration information as part of the VOL connector - name being checked for registration status. This has now been fixed. + name being checked for registration status. This has now been fixed. + + - Fixed Fortran 2003 test with gfortran-v13, optimization levels O2,O3 + + Fixes failing Fortran 2003 test with gfortran, optimization level O2,O3 + with -fdefault-real-16. Fixes GH #2928. Platforms Tested |