public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/30465]  New: Duplicated overflow warning
@ 2007-01-14 21:02 pcarlini at suse dot de
  2007-01-15 23:49 ` [Bug other/30465] " manu at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2007-01-14 21:02 UTC (permalink / raw)
  To: gcc-bugs

paolo:~/Work> more warning.cc
int main()
{
 wchar_t wc = ((wchar_t)1 << 31) - 1;
}
paolo:~/Work> g++ warning.cc
warning.cc: In function 'int main()':
warning.cc:3: warning: integer overflow in expression
warning.cc:3: warning: overflow in implicit constant conversion


-- 
           Summary: Duplicated overflow warning
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de


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


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

end of thread, other threads:[~2007-03-04 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-14 21:02 [Bug other/30465] New: Duplicated overflow warning pcarlini at suse dot de
2007-01-15 23:49 ` [Bug other/30465] " manu at gcc dot gnu dot org
2007-01-17 17:21 ` patchapp at dberlin dot org
2007-03-04 23:30 ` manu at gcc dot gnu dot org
2007-03-04 23:30 ` manu 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).