<div>Then may I check in the enclosed changes?<br> <br>Of question might be the changes to SemaCXX/new-delete.cpp, where I needed to change the type to something different from size_t for both Windows (unsigned int) and Unix (unsigned long), which I think is int.  But if there is a platform using "int" for size_t, this will be a problem.<br>
 <br>Thanks.  (Sorry for the dup, Fariborz.)</div>
<div> </div>
<div>-John<br><br></div>
<div class="gmail_quote">On Wed, Nov 11, 2009 at 12:57 PM, Fariborz Jahanian <span dir="ltr"><<a href="mailto:fjahanian@apple.com">fjahanian@apple.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div style="WORD-WRAP: break-word">We already use stddef.h for such types as ptrdiff_t. Let's do it for size_t as well. 
<div><br></div>
<div>- Fariborz</div>
<div><br>
<div>
<div>
<div></div>
<div class="h5">
<div>On Nov 11, 2009, at 12:31 PM, John Thompson wrote:</div><br></div></div>
<blockquote type="cite">
<div>
<div></div>
<div class="h5">
<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" target="_blank">John.Thompson.JTSoftware@gmail.com</a><br><br></div></div></div>_______________________________________________<br>cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br></blockquote>
</div><br></div></div></blockquote></div><br><br clear="all"><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br>