summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-12-13 21:54:55 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-12-13 21:54:55 (GMT)
commit904cc2ffc1738e49d2b0789b8aa19b41e088321f (patch)
tree5c74c99b64c9264eda13c5c60de71f8a753ce933 /release_docs
parent8c8d5ce80a6aef76ad44494097fc32e20d6816d5 (diff)
downloadhdf5-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.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
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