public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37261]  New: Spurious (?) "integer overflow in expression" warnings
@ 2008-08-27 23:46 roland at digitalvampire dot org
  2008-08-28  9:17 ` [Bug c/37261] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: roland at digitalvampire dot org @ 2008-08-27 23:46 UTC (permalink / raw)
  To: gcc-bugs

With:

$ gcc --version
gcc (Debian 4.3.1-2) 4.3.1

running on x86-64, the code below produces seemingly spurious warnings about
integer overflow:

$ LANG=C gcc -c b.c
b.c: In function 'foo':
b.c:3: warning: integer overflow in expression
b.c:5: warning: integer overflow in expression

$ cat b.c
unsigned foo(int x)
{
        return ((x & 1) | 2) & 0x80000000;
        return ((x & 2) | 2) & 0x80000000;
        return ((x & 4) | 2) & 0x80000000;
}


-- 
           Summary: Spurious (?) "integer overflow in expression" warnings
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roland at digitalvampire dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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

end of thread, other threads:[~2008-08-29 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-27 23:46 [Bug c/37261] New: Spurious (?) "integer overflow in expression" warnings roland at digitalvampire dot org
2008-08-28  9:17 ` [Bug c/37261] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
2008-08-29 11:57 ` jakub at gcc dot gnu dot org
2008-08-29 12:24 ` jakub at gcc dot gnu dot org
2008-08-29 19:02 ` jakub at gcc dot gnu dot org
2008-08-29 19:11 ` jakub at gcc dot gnu dot org
2008-08-29 19:13 ` jakub at gcc dot gnu dot 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).