public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/52732] New: __builtin_bswapXX doesn't work with printf format
@ 2012-03-26 22:14 hjl.tools at gmail dot com
  2012-03-26 23:47 ` [Bug c/52732] " joseph at codesourcery dot com
  2012-03-27  7:45 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2012-03-26 22:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52732

             Bug #: 52732
           Summary: __builtin_bswapXX doesn't work with printf format
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


Somehow, GCC gets very confused:

[hjl@gnu-6 gcc]$ cat /tmp/f.c
#include <stdio.h>

void
foo (int x, long y)
{
  printf ("%u\n", __builtin_bswap32 (x));
  printf ("%u\n", x);
  printf ("%lu\n", __builtin_bswap64 (x));
  printf ("%lu\n", y);
}
[hjl@gnu-6 gcc]$ ./xgcc -B./ -Wall -c /tmp/f.c
/tmp/f.c: In function ‘foo’:
/tmp/f.c:6:3: warning: format ‘%u’ expects argument of type ‘unsigned int’, but
argument 2 has type ‘unsigned int’ [-Wformat]
/tmp/f.c:8:3: warning: format ‘%lu’ expects argument of type ‘long unsigned
int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
[hjl@gnu-6 gcc]$


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

* [Bug c/52732] __builtin_bswapXX doesn't work with printf format
  2012-03-26 22:14 [Bug c/52732] New: __builtin_bswapXX doesn't work with printf format hjl.tools at gmail dot com
@ 2012-03-26 23:47 ` joseph at codesourcery dot com
  2012-03-27  7:45 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: joseph at codesourcery dot com @ 2012-03-26 23:47 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52732

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-03-26 22:14:01 UTC ---
See bug 37743.


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

* [Bug c/52732] __builtin_bswapXX doesn't work with printf format
  2012-03-26 22:14 [Bug c/52732] New: __builtin_bswapXX doesn't work with printf format hjl.tools at gmail dot com
  2012-03-26 23:47 ` [Bug c/52732] " joseph at codesourcery dot com
@ 2012-03-27  7:45 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-27  7:45 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52732

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-27 07:43:36 UTC ---
.

*** This bug has been marked as a duplicate of bug 37743 ***


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

end of thread, other threads:[~2012-03-27  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 22:14 [Bug c/52732] New: __builtin_bswapXX doesn't work with printf format hjl.tools at gmail dot com
2012-03-26 23:47 ` [Bug c/52732] " joseph at codesourcery dot com
2012-03-27  7:45 ` rguenth at gcc dot gnu.org

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).