This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/36741] [4.3/4.4 regression] Bogus "large integer implicitly truncated" passing size_t constant to new



------- Comment #4 from dodji at gcc dot gnu dot org  2008-08-12 16:10 -------
Created an attachment (id=16060)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16060&action=view)
second fix candidate

This patch should be better than the previous one because it one must use
size_binop() with a sizetype integer, not with a size_type_node one.

regtested on x86_64.


-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16058|0                           |1
        is obsolete|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]