public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18821] New: Please add warning if bits thrown away in integral conversions
@ 2004-12-04  1:16 gccbugzilla at spamit dot net
  2004-12-04  1:20 ` [Bug c++/18821] " gccbugzilla at spamit dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: gccbugzilla at spamit dot net @ 2004-12-04  1:16 UTC (permalink / raw)
  To: gcc-bugs

I'd like to get a warning for code like this:

#include <iostream>
using namespace std;
int main()
{
   unsigned long four = 400000;
   unsigned short two;

   two = four;
   cout << two << endl;
}

/home/enadler/test/compilerwarnings $ g++ -Werror -Wall -Wconversion -ansi
gccbugreport.cc && a.out
6784

I think GCC is doing the right thing by allowing this code uncasted, and
it is described this way in Bjarne's C++ Programming Language, Special
Edition C.6.2.1.

However, it seems reasonable to me that a warning option should be available
to notify the programmer that data is being thrown away.

Thanks!
Eric

-- 
           Summary: Please add warning if bits thrown away in integral
                    conversions
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gccbugzilla at spamit dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-18821-9730@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-11-26 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-04  1:16 [Bug c++/18821] New: Please add warning if bits thrown away in integral conversions gccbugzilla at spamit dot net
2004-12-04  1:20 ` [Bug c++/18821] " gccbugzilla at spamit dot net
2004-12-06  5:14 ` [Bug c/18821] " pinskia at gcc dot gnu dot org
2005-02-01 21:11 ` [Bug c++/18821] " jsm28 at gcc dot gnu dot org
     [not found] <bug-18821-9730@http.gcc.gnu.org/bugzilla/>
2006-11-26 13:58 ` manu at gcc dot gnu dot org
2006-11-26 13:59 ` manu at gcc dot gnu dot org
2006-11-26 14:04 ` 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).