diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-02-13 07:05:26 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-02-13 07:05:26 (GMT) |
commit | de29e2493af4b3a145ee9c615d93f0534647c082 (patch) | |
tree | d996668dbdd7ae9ddedf3d39087e1efde0956db4 /release_docs/RELEASE.txt | |
parent | 8e93b851d17b5dcfbde7621900183762a2484437 (diff) | |
download | hdf5-de29e2493af4b3a145ee9c615d93f0534647c082.zip hdf5-de29e2493af4b3a145ee9c615d93f0534647c082.tar.gz hdf5-de29e2493af4b3a145ee9c615d93f0534647c082.tar.bz2 |
[svn-r20094] The problem with the optimization flags for gcc 4.3 and 4.4 has been fixed in
v1.8.5. Removed this known problem entry.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7def823..0dc5db7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -515,12 +515,6 @@ Known Problems collective abort of all ranks at t_posix_compliant / allwrite_allread_blocks with MPI IO. CMC - 2009/04/28 -* For gcc v4.3 and v4.4 with production mode, if -O3 is used, H5Tinit.c will - fail to compile. A corrupted H5Tinit.c is produced. If -O (same as -O1) is - used, H5Tinit.c compiled okay but test/dt_arith would fail. When -O0 (no - optimization) is used, H5Tinit.c compiles okay and all tests passed. - Therefore, -O0 is imposed for v4.3 and v4.4 of gcc. AKC - 2009/04/20 - * For Red Storm, a Cray XT3 system, the tools/h5ls/testh5ls.sh and tools/h5copy/testh5copy.sh will fail some of their sub-tests. These sub-tests are expected to fail and should exit with a non-zero code but |