summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:04:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:04:50 (GMT)
commitab8a7235c3892ac0427f37661aa0d821993dae9b (patch)
tree06e1901441210696c78547b7105a02f90a833bc2
parentcc5332e1b4f9547cfec29dbc2515870534e68412 (diff)
downloadhdf5-ab8a7235c3892ac0427f37661aa0d821993dae9b.zip
hdf5-ab8a7235c3892ac0427f37661aa0d821993dae9b.tar.gz
hdf5-ab8a7235c3892ac0427f37661aa0d821993dae9b.tar.bz2
HDFFV-10473 add note for attribute fix
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3abac10..27540fa 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -114,7 +114,16 @@ Bug Fixes since HDF5-1.10.2 release
Configuration
-------------
- Reworked java test suite into individual JUnit tests.
+ - Moved the location of gcc attribute.
+
+ The gcc attribute(no_sanitize), named as the macro HDF_NO_UBSAN,
+ was located after the function name. Builds with GCC 7 did not
+ indicate any problem, but GCC 8 issued errors. Moved the
+ attribute before the function name, as required.
+
+ (ADB 2018/05/22, HDFFV-10473)
+
+ - Reworked java test suite into individual JUnit tests.
Testing the whole suite of java unit tests in a single JUnit run
made it difficult to determine actual failures when tests would fail.