This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36741] [4.3/4.4 regression] Bogus "large integer implicitly truncated" passing size_t constant to new
- From: "lopezibanez at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Aug 2008 14:56:43 -0000
- Subject: [Bug c++/36741] [4.3/4.4 regression] Bogus "large integer implicitly truncated" passing size_t constant to new
- References: <bug-36741-1313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from lopezibanez at gmail dot com 2008-08-28 14:56 -------
Subject: Re: [4.3/4.4 regression] Bogus "large integer implicitly truncated"
passing size_t constant to new
2008/8/28 dodji at gcc dot gnu dot org <gcc-bugzilla@gcc.gnu.org>:
> Log:
> 2008-08-28 Dodji Seketeli <dodji@redhat.com>
>
> PR c++/36741
> * tree.c (int_fits_type_p): Don't forget unsigned integers
> of type sizetype which higher end word equals -1.
>
>
> Added:
> trunk/gcc/testsuite/g++.dg/other/new-size-type.C
You forgot to mention this file in the commit log. Please rectify the log.
Thanks
Manuel.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36741