diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-13 21:54:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-13 21:54:55 (GMT) |
commit | 904cc2ffc1738e49d2b0789b8aa19b41e088321f (patch) | |
tree | 5c74c99b64c9264eda13c5c60de71f8a753ce933 | |
parent | 8c8d5ce80a6aef76ad44494097fc32e20d6816d5 (diff) | |
download | hdf5-904cc2ffc1738e49d2b0789b8aa19b41e088321f.zip hdf5-904cc2ffc1738e49d2b0789b8aa19b41e088321f.tar.gz hdf5-904cc2ffc1738e49d2b0789b8aa19b41e088321f.tar.bz2 |
[svn-r9661] Purpose:
Updated with the new SGI MIPSpro compiler C99 feature problem and changes.
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 291f194..1fa06c4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -81,6 +81,8 @@ Bug Fixes since HDF5-1.6.3 release Configuration ------------- + - IRIX64 MIPSpro compiler of 7.4.x supports C99 features. Default + to use the 'c99' compiler if available. AKC - 2004/12/13 - 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 @@ -327,6 +329,10 @@ Footnotes: (1) Using mpich 1.2.4 Known Problems ============== +* Newer SGI MIPSpro compilers (version 7.4.x) support C99 features but it + has a "guard" statement in stdint.h that will #error and skip the rest + of the header file if C99 option is not used explicitely. Hardset + $CC to c99 will resolve the problem. AKC - 2004/12/13 * On IBM AIX systems, parallel HDF5 mode will fail some tests with error messages like "INFO: 0031-XXX ...". This is from the command poe. Set the environment variable MP_INFOLEVEL to 0 to minimize the messages |