diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-06 22:23:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-06 22:23:30 (GMT) |
commit | 7b3206487eca350f4ca8f37d7cbbd8f01b4a925a (patch) | |
tree | 454466d97403f128556ddfa117684e05918e2ba6 | |
parent | 0f82ae3d2a641a4528e5465e9b623021dbd6249f (diff) | |
download | hdf5-7b3206487eca350f4ca8f37d7cbbd8f01b4a925a.zip hdf5-7b3206487eca350f4ca8f37d7cbbd8f01b4a925a.tar.gz hdf5-7b3206487eca350f4ca8f37d7cbbd8f01b4a925a.tar.bz2 |
[svn-r9620] Purpose:
updated with Intel v8 changes.
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 70d0805..3243241 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -81,6 +81,9 @@ Bug Fixes since HDF5-1.6.3 release Configuration ------------- + - Intel v8.0 compiler would infinite loop when compiling some test + code with -O3 option. Changed enable-production default compiler + option to -O2. AKC - 2004/12/06 - Long double is assumed to be a supported C data type. It is a stanadard C89 type. AKC - 2004/10/22 |