diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-01-27 09:37:04 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-01-27 09:37:04 +0100 |
commit | 5fe8e3597562ac8e0e3df1399ebf804f72e7f661 (patch) | |
tree | 56a9329528d3a5643f9b1a496c5f2288ec86a83a /ChangeLog | |
parent | fa20da31c83b1b64f98f4bbb25ff9460c57af013 (diff) | |
download | glibc-5fe8e3597562ac8e0e3df1399ebf804f72e7f661.tar.gz glibc-5fe8e3597562ac8e0e3df1399ebf804f72e7f661.tar.xz glibc-5fe8e3597562ac8e0e3df1399ebf804f72e7f661.zip |
iconv: Suppress array out of bounds warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 588b9ecff1..c6227b73c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * iconv/loop.c: Suppress array out of bound warning caused by GCC + bug (GCC BZ #64739). + 2015-01-25 Andreas Schwab <schwab@linux-m68k.org> * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue): |