diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:11:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:11:33 (GMT) |
commit | 5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d (patch) | |
tree | 2d38ec714bfd6a0bca1c1aa57db4c8a8a883103a | |
parent | 6db26d370a9342d4034ec35b690f64647b1b4bd0 (diff) | |
download | hdf5-5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d.zip hdf5-5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d.tar.gz hdf5-5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d.tar.bz2 |
[svn-r3300] Purpose:
Documentation
Description:
Changed the warning about the gcc 2.95.2 compiler to be consistent
with the flags which were stripped out.
-rw-r--r-- | RELEASE | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -354,7 +354,7 @@ Platforms Tested IRIX 6.5 MIPSpro cc 7.30 IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1m mpt.1.4.0.2 - mpich-1.2.1 + mpich-1.2.1 Linux 2.2.16-3smp gcc-2.95.2 g++ 2.95.2 pgf90 3.1-3 @@ -374,13 +374,13 @@ Platforms Tested Known Problems ============== -* The gcc 2.95.2 compiler has a bug which causes spurious warnings such - as: +* With the gcc 2.95.2 compiler, HDF 5 uses the `-ansi' flag during + compilation. The ANSI version of the compiler complains about not being + able to handle the `long long' datatype with the warning: - "warning: pointer of type `void *' used in arithmetic" - - and other such warnings having to do with string handling. These - warnings are innocuous and don't effect the resulting executable. + warning: ANSI C does not support `long long' + + This warning is innocuous and can be safely ignored. * When building the HDF5 test project on Windows NT 4.0 (testhdf5 and testhdf5dll), the compiler fails to compile tvstr.c within |