From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89806 invoked by alias); 24 Apr 2015 14:20:32 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 89768 invoked by uid 48); 24 Apr 2015 14:20:28 -0000 From: "simon at keinstein dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/18319] New: make check fails for -Werror=inline Date: Fri, 24 Apr 2015 14:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon at keinstein dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00137.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D18319 Bug ID: 18319 Summary: make check fails for -Werror=3Dinline Product: glibc Version: 2.21 Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: simon at keinstein dot org CC: carlos at redhat dot com Hi, 'make check' fails with with the error shown below.=20=20 glibc version:=20 commit 8666ab5c42b0959129f3c37950eef5db2e5f0fea Author: Stefan Liebler Date: Fri Apr 24 13:36:23 2015 +0200 gcc: gcc version 4.7.2 (Debian 4.7.2-5) ./config.status --config: '--prefix=3D/home/simon/local/glibc-git' $ make check [...] gcc tst-scratch_buffer.c -c -std=3Dgnu99 -fgnu89-inline -O2 -Wall -Werror -Winline -Wno-error=3Dundef -Wundef -Wwrite-strings -fmerge-all-constants o In file included from tst-scratch_buffer.c:19:0: tst-scratch_buffer.c: In function =E2=80=98do_test=E2=80=99: ../include/scratch_buffer.h:85:1: error: inlining failed in call to =E2=80=98scratch_buffer_free=E2=80=99: call is unlikely and code size would= grow [-Werror=3Dinl] tst-scratch_buffer.c:79:25: error: called from here [-Werror=3Dinline] In file included from tst-scratch_buffer.c:19:0: ../include/scratch_buffer.h:85:1: error: inlining failed in call to =E2=80=98scratch_buffer_free=E2=80=99: call is unlikely and code size would= grow [-Werror=3Dinl] tst-scratch_buffer.c:93:25: error: called from here [-Werror=3Dinline] In file included from tst-scratch_buffer.c:19:0: ../include/scratch_buffer.h:85:1: error: inlining failed in call to =E2=80=98scratch_buffer_free=E2=80=99: call is unlikely and code size would= grow [-Werror=3Dinl] tst-scratch_buffer.c:119:25: error: called from here [-Werror=3Dinline] In file included from tst-scratch_buffer.c:19:0: ../include/scratch_buffer.h:85:1: error: inlining failed in call to =E2=80=98scratch_buffer_free=E2=80=99: call is unlikely and code size would= grow [-Werror=3Dinl] tst-scratch_buffer.c:141:25: error: called from here [-Werror=3Dinline] cc1: all warnings being treated as errors make[2]: *** [/home/simon/build/glibc/malloc/tst-scratch_buffer.o] Fehler 1 make[2]: Leaving directory `/home/simon/glibc/malloc' make[1]: *** [malloc/tests] Fehler 2 make[1]: Leaving directory `/home/simon/glibc' make: *** [check] Fehler 2 Cheers, Simon --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-28081-listarch-glibc-bugs=sources.redhat.com@sourceware.org Fri Apr 24 15:36:29 2015 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 92977 invoked by alias); 24 Apr 2015 15:36:29 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 92931 invoked by uid 55); 24 Apr 2015 15:36:24 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/17715] Robustify TZ file parser and reduce attack surface Date: Fri, 24 Apr 2015 15:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00139.txt.bz2 Content-length: 1921 https://sourceware.org/bugzilla/show_bug.cgi?id=17715 --- Comment #5 from 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 42261ad731991df345880b0b509d83b0b9a9b9d8 (commit) from ed159672eb3cd650a32b7e5cb4d5ec1fe0e63802 (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=42261ad731991df345880b0b509d83b0b9a9b9d8 commit 42261ad731991df345880b0b509d83b0b9a9b9d8 Author: Florian Weimer Date: Fri Apr 24 17:34:47 2015 +0200 Make time zone file parser more robust [BZ #17715] ----------------------------------------------------------------------- Summary of changes: ChangeLog | 27 ++++ NEWS | 18 ++- time/tzfile.c | 15 ++- time/tzset.c | 401 ++++++++++++++++++++++++------------------------- timezone/Makefile | 6 +- timezone/README | 3 + timezone/testdata/XT1 | Bin 0 -> 127 bytes timezone/testdata/XT2 | Bin 0 -> 127 bytes timezone/testdata/XT3 | Bin 0 -> 127 bytes timezone/testdata/XT4 | Bin 0 -> 127 bytes timezone/tst-tzset.c | 200 ++++++++++++++++++++++++ 11 files changed, 456 insertions(+), 214 deletions(-) create mode 100644 timezone/testdata/XT1 create mode 100644 timezone/testdata/XT2 create mode 100644 timezone/testdata/XT3 create mode 100644 timezone/testdata/XT4 create mode 100644 timezone/tst-tzset.c -- You are receiving this mail because: You are on the CC list for the bug.