For your approval, here's another batch of fixes related to getting the tests to pass on Windows.
A summary: lib/Headers/stdint.h: There is no stdint.h in VC++. This uses the defines from the target. test/Codegen/builtins-powi.c: test/Codegen/builtins.c: test/CodeGen/const-init.c: test/CodeGen/mandel.c: Removed math.h include due to problem in VC++ math.h. (I'll post a question about math.h later today.) test/Driver/dragonfly.c: test/Driver/freebsd.c: test/Driver/openbsd.c: test/Driver/pth.c: test/Lexer/11-27-2007-FloatLiterals.c: Converted to FileCheck. lib/Frontend/InitHeaderSearch.cpp: The '#include <reloc2.h>" in reloc.h couldn't be found. I believe this also will facilitate cross-compilation on Windows, allowing folks on Windows to set up some Unix-like include file directories. -John -- John Thompson [email protected]
win32tests1.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
