This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/20729] glibc-2.24 fails to build for i486 with -Os


https://sourceware.org/bugzilla/show_bug.cgi?id=20729

--- Comment #22 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  93fe09cb5fbf68e473d5514adc069d2f6115cc23 (commit)
      from  960294f00a33559af40143ac056f68d21c006d27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=93fe09cb5fbf68e473d5514adc069d2f6115cc23

commit 93fe09cb5fbf68e473d5514adc069d2f6115cc23
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Sat Oct 29 23:45:40 2016 -0400

    Bug 20729: Fix building with -Os.

    This commit adds a new DIAG_IGNORE_Os_NEEDS_COMMENT which is only
    enabled when compiling with -Os. This allows developers working on
    -Os enabled builds to mark false-positive warnings without impacting the
    warnings emitted at -O2.

    Then using the new DIAG_IGNORE_Os_NEEDS_COMMENT we fix 6 warnings
    generated with GCC 5 to get -Os builds working again.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |   16 ++++++++++++++++
 iconvdata/iso-2022-cn-ext.c |   12 ++++++++++++
 include/libc-internal.h     |   15 +++++++++++++++
 locale/weight.h             |    8 ++++++++
 locale/weightwc.h           |    8 ++++++++
 nptl_db/thread_dbP.h        |    9 +++++++++
 resolv/res_send.c           |   11 ++++++++++-
 string/strcoll_l.c          |   13 +++++++++++++
 8 files changed, 91 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]