diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-10 15:58:28 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-10 15:58:28 +0200 |
commit | eac43cbb8d808a40004aa0a4a286f5c5155beccb (patch) | |
tree | b17052f4a48a6fd8da44c12f1fd61b4bce196dcf /ChangeLog | |
parent | bd80111ed9cb93b2d56720dcd1d1f259616c27ae (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |