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++/34829] [4.3 Regression] placement new with primitive Java types rejected



------- Comment #7 from pinskia at gcc dot gnu dot org  2008-01-23 04:01 -------
This testcase fails on some targets where size_t is not unsigned int (like
i386-darwin and x86_64-linux-gnu) .

/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/ext/pr34829.C:12: error:
'operator new' takes type 'size_t' ('long unsigned int') as first parameter


Thanks,
Andrew Pinski


-- 


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


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