public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/18319] make check fails for -Werror=inline
  2015-04-24 14:20 [Bug build/18319] New: make check fails for -Werror=inline simon at keinstein dot org
@ 2015-04-24 14:20 ` simon at keinstein dot org
  2015-04-29 13:30 ` fweimer at redhat dot com
  2015-04-29 13:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: simon at keinstein dot org @ 2015-04-24 14:20 UTC (permalink / raw)
  To: glibc-bugs

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

Simon Reinhardt <simon at keinstein dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon at keinstein dot org

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/18319] New: make check fails for -Werror=inline
@ 2015-04-24 14:20 simon at keinstein dot org
  2015-04-24 14:20 ` [Bug build/18319] " simon at keinstein dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: simon at keinstein dot org @ 2015-04-24 14:20 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18319
           Summary: make check fails for -Werror=inline
           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.  

glibc version: 
commit 8666ab5c42b0959129f3c37950eef5db2e5f0fea
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Fri Apr 24 13:36:23 2015 +0200

gcc: gcc version 4.7.2 (Debian 4.7.2-5)
./config.status --config: '--prefix=/home/simon/local/glibc-git'

$ make check
[...]
gcc tst-scratch_buffer.c -c -std=gnu99 -fgnu89-inline  -O2 -Wall -Werror
-Winline -Wno-error=undef -Wundef -Wwrite-strings -fmerge-all-constants o
In file included from tst-scratch_buffer.c:19:0:
tst-scratch_buffer.c: In function ‘do_test’:
../include/scratch_buffer.h:85:1: error: inlining failed in call to
‘scratch_buffer_free’: call is unlikely and code size would grow [-Werror=inl]
tst-scratch_buffer.c:79:25: error: called from here [-Werror=inline]
In file included from tst-scratch_buffer.c:19:0:
../include/scratch_buffer.h:85:1: error: inlining failed in call to
‘scratch_buffer_free’: call is unlikely and code size would grow [-Werror=inl]
tst-scratch_buffer.c:93:25: error: called from here [-Werror=inline]
In file included from tst-scratch_buffer.c:19:0:
../include/scratch_buffer.h:85:1: error: inlining failed in call to
‘scratch_buffer_free’: call is unlikely and code size would grow [-Werror=inl]
tst-scratch_buffer.c:119:25: error: called from here [-Werror=inline]
In file included from tst-scratch_buffer.c:19:0:
../include/scratch_buffer.h:85:1: error: inlining failed in call to
‘scratch_buffer_free’: call is unlikely and code size would grow [-Werror=inl]
tst-scratch_buffer.c:141:25: error: called from here [-Werror=inline]
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

-- 
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: <glibc-bugs-return-28081-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
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: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
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" <sourceware-bugzilla@sourceware.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: <bug-17715-131-djc3K6tXTN@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-17715-131@http.sourceware.org/bugzilla/>
References: <bug-17715-131@http.sourceware.org/bugzilla/>
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\x17715

--- Comment #5 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  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;hB261ad731991df345880b0b509d83b0b9a9b9d8

commit 42261ad731991df345880b0b509d83b0b9a9b9d8
Author: Florian Weimer <fweimer@redhat.com>
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/18319] make check fails for -Werror=inline
  2015-04-24 14:20 [Bug build/18319] New: make check fails for -Werror=inline simon at keinstein dot org
  2015-04-24 14:20 ` [Bug build/18319] " simon at keinstein dot org
@ 2015-04-29 13:30 ` fweimer at redhat dot com
  2015-04-29 13:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2015-04-29 13:30 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
           Assignee|unassigned at sourceware dot org   |fweimer at redhat dot com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug build/18319] make check fails for -Werror=inline
  2015-04-24 14:20 [Bug build/18319] New: make check fails for -Werror=inline simon at keinstein dot org
  2015-04-24 14:20 ` [Bug build/18319] " simon at keinstein dot org
  2015-04-29 13:30 ` fweimer at redhat dot com
@ 2015-04-29 13:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2015-04-29 13:32 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
              Flags|                            |security-

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
Fixed in commit ed159672eb3cd650a32b7e5cb4d5ec1fe0e63802 for glibc 2.22.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-29 13:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 14:20 [Bug build/18319] New: make check fails for -Werror=inline simon at keinstein dot org
2015-04-24 14:20 ` [Bug build/18319] " simon at keinstein dot org
2015-04-29 13:30 ` fweimer at redhat dot com
2015-04-29 13:32 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).