diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-07-01 20:01:07 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-07-01 20:01:07 (GMT) |
commit | 91a04dd5c0c1e813aeb24bf97f67396a1791ce5b (patch) | |
tree | 2c233fe26b5189c1dbeb6f58a3ee02501115acf9 | |
parent | 0314b86829027740f63b2389c24b7ac211ea42f2 (diff) | |
download | hdf5-91a04dd5c0c1e813aeb24bf97f67396a1791ce5b.zip hdf5-91a04dd5c0c1e813aeb24bf97f67396a1791ce5b.tar.gz hdf5-91a04dd5c0c1e813aeb24bf97f67396a1791ce5b.tar.bz2 |
[svn-r7136] Purpose:
Update
Description:
Reported that the PGI C++ compiler fails to compile the C++ tests
correctly...
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 65ab733..2bb4f29 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -438,12 +438,16 @@ Supported Configuration Features Summary Known Problems ============== + +* PGI C++ compiler fails when compiling the C++ library's tests. + Therefore, we cannot verify that the C++ library built with the PGI C++ + compiler is correct. + * The h5dump tests may fail to match the expected output on some platforms (e.g. parallel jobs, Windows) where the error messages directed to "stderr" do not appear in the "right order" with output from stdout. This is not an error. - * The stream-vfd test uses ip port 10007 for testing. If another application is already using that port address, the test will hang indefinitely and has to be terminated by the kill command. To try the |