<div>For your approval, here's another batch of fixes related to getting the tests to pass on Windows.</div>
<div> </div>
<div>A summary:</div>
<div> </div>
<div>lib/Headers/stdint.h:</div>
<div> </div>
<div>There is no stdint.h in VC++.  This uses the defines from the target.</div>
<div> </div>
<div>test/Codegen/builtins-powi.c:<br>test/Codegen/builtins.c:<br>test/CodeGen/const-init.c:<br>test/CodeGen/mandel.c:</div>
<div> </div>
<div>Removed math.h include due to problem in VC++ math.h. (I'll post a question about math.h later today.)</div>
<div> </div>
<div>test/Driver/dragonfly.c:<br>test/Driver/freebsd.c:<br>test/Driver/openbsd.c:<br>test/Driver/pth.c:<br>test/Lexer/11-27-2007-FloatLiterals.c:</div>
<div> </div>
<div>Converted to FileCheck.</div>
<div> </div>
<div>lib/Frontend/InitHeaderSearch.cpp:</div>
<div> </div>
<div>The '#include <reloc2.h>" in reloc.h couldn't be found.<br>I believe this also will facilitate cross-compilation on Windows,<br>allowing folks on Windows to set up some Unix-like include file directories.<br>
</div>
<div></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>