aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-10 15:58:28 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-10 15:58:28 +0200
commiteac43cbb8d808a40004aa0a4a286f5c5155beccb (patch)
treeb17052f4a48a6fd8da44c12f1fd61b4bce196dcf /ChangeLog
parentbd80111ed9cb93b2d56720dcd1d1f259616c27ae (diff)
downloadglibc-eac43cbb8d808a40004aa0a4a286f5c5155beccb.zip
glibc-eac43cbb8d808a40004aa0a4a286f5c5155beccb.tar.gz
glibc-eac43cbb8d808a40004aa0a4a286f5c5155beccb.tar.bz2
malloc: Avoid optimizer warning with GCC 7 and -O3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f9a316..01d04fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-10 Florian Weimer <fweimer@redhat.com>
+
+ * malloc/malloc.c (get_max_fast): Reimplement as an inline
+ function which calls __builtin_unreachable.
+
2017-08-10 Mike FABIAN <mfabian@redhat.com>
* stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in