summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:31:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:31:52 (GMT)
commitca075ca546785aa4a6ea68603d8adcd40e05b40f (patch)
treeae8df8add7cbc6748257e5dc406c4208f3b1b457 /release_docs/RELEASE.txt
parent65aa290eaff10c0dd99821c8275671e5ee7ba0d0 (diff)
downloadhdf5-ca075ca546785aa4a6ea68603d8adcd40e05b40f.zip
hdf5-ca075ca546785aa4a6ea68603d8adcd40e05b40f.tar.gz
hdf5-ca075ca546785aa4a6ea68603d8adcd40e05b40f.tar.bz2
HDFFV-10473 fix HDFFV-10398 attribute location
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 55949b1..1cbc114 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -262,6 +262,17 @@ Bug Fixes since HDF5-1.8.20
Configuration
-------------
+ - Library
+
+ 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)
+
- CMake
Update CMake commands configuration.