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: "dodji at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2008 15:52:00 -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 #8 from dodji at gcc dot gnu dot org 2008-08-18 15:52 -------
Created an attachment (id=16083)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16083&action=view)
Fourth fix candidate
The previous patch was broken for say cross-compilers addressing a 64 target on
a 32 bits host.
I hope this one is better.
Bootstrapped and regtested on x86_64.
--
dodji at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16074|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36741