<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We already use stddef.h for such types as ptrdiff_t. Let's do it for size_t as well.<div><br class="webkit-block-placeholder"></div><div>- Fariborz</div><div><br><div><div>On Nov 11, 2009, at 12:31 PM, John Thompson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>30 tests are failing on Windows, 27 newly since Monday.</div> <div> </div> <div>25 of them are due to an assert at line 172 in PCHReader.cpp.</div> <div> </div> <div>The problem is that the file path appended to the Predefines has been converted to use double-'\', whereas the path in OriginalFileName used single '/'.</div> <div> </div> <div>I'm not sure which side to change.</div> <div> </div> <div>The other is in CodeGenCXX/new-operator-phi.cpp:</div> <div> </div> <div>1>  Line 4: 'operator new' takes type size_t ('unsigned int') as first parameter<br></div> <div>I'm not sure what you want to do here, whether to change it to use size_t and to include stddef.h, or put in a platform conditional.<br clear="all"></div> <div>-John</div> <div><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div> _______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></div></body></html>