public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14508] New: -Wformat warnings
@ 2012-08-22 13:52 polacek at redhat dot com
  2012-08-22 13:57 ` [Bug libc/14508] " polacek at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: polacek at redhat dot com @ 2012-08-22 13:52 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

             Bug #: 14508
           Summary: -Wformat warnings
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: polacek@redhat.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Building with -Wformat emits a few warnings.  This happens when using macros
from <inttypes.h> together with wrappers around gcc __builtin_* functions. 
These wrappers should make use of uint{16,32,64}_t types from <stdint.h>.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
@ 2012-08-22 13:57 ` polacek at redhat dot com
  2012-08-22 14:02 ` polacek at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: polacek at redhat dot com @ 2012-08-22 13:57 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|drepper.fsp at gmail dot    |
                   |com                         |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
  2012-08-22 13:57 ` [Bug libc/14508] " polacek at redhat dot com
@ 2012-08-22 14:02 ` polacek at redhat dot com
  2012-08-22 15:47 ` polacek at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: polacek at redhat dot com @ 2012-08-22 14:02 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |polacek at redhat dot com
                   |dot org                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
  2012-08-22 13:57 ` [Bug libc/14508] " polacek at redhat dot com
  2012-08-22 14:02 ` polacek at redhat dot com
@ 2012-08-22 15:47 ` polacek at redhat dot com
  2013-04-27 15:27 ` aj at suse dot de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: polacek at redhat dot com @ 2012-08-22 15:47 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Marek Polacek <polacek at redhat dot com> 2012-08-22 15:47:31 UTC ---
I have a patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
                   ` (2 preceding siblings ...)
  2012-08-22 15:47 ` polacek at redhat dot com
@ 2013-04-27 15:27 ` aj at suse dot de
  2013-08-21 18:07 ` neleai at seznam dot cz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: aj at suse dot de @ 2013-04-27 15:27 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2013-04-27 15:27:20 UTC ---
Marek, could you send the patch to libc-alpha, please?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
                   ` (3 preceding siblings ...)
  2013-04-27 15:27 ` aj at suse dot de
@ 2013-08-21 18:07 ` neleai at seznam dot cz
  2013-08-22  4:53 ` polacek at redhat dot com
  2014-06-17  5:55 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: neleai at seznam dot cz @ 2013-08-21 18:07 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neleai at seznam dot cz

--- Comment #3 from Ondrej Bilka <neleai at seznam dot cz> ---
ping

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


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
                   ` (4 preceding siblings ...)
  2013-08-21 18:07 ` neleai at seznam dot cz
@ 2013-08-22  4:53 ` polacek at redhat dot com
  2014-06-17  5:55 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: polacek at redhat dot com @ 2013-08-22  4:53 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14508

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|polacek at redhat dot com          |unassigned at sourceware dot org

--- Comment #4 from Marek Polacek <polacek at redhat dot com> ---
Unassigning.  The patch was posted last year, but wasn't applied (and would
need rework...).  See http://www.cygwin.com/ml/libc-alpha/2012-08/msg00511.html

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


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

* [Bug libc/14508] -Wformat warnings
  2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
                   ` (5 preceding siblings ...)
  2013-08-22  4:53 ` polacek at redhat dot com
@ 2014-06-17  5:55 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  5:55 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-17  5:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-22 13:52 [Bug libc/14508] New: -Wformat warnings polacek at redhat dot com
2012-08-22 13:57 ` [Bug libc/14508] " polacek at redhat dot com
2012-08-22 14:02 ` polacek at redhat dot com
2012-08-22 15:47 ` polacek at redhat dot com
2013-04-27 15:27 ` aj at suse dot de
2013-08-21 18:07 ` neleai at seznam dot cz
2013-08-22  4:53 ` polacek at redhat dot com
2014-06-17  5:55 ` 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).