<div>This test is also problematic on Windows, because of running gcc.</div>
<div> </div>
<div>What should I do about it?  I set up my system to have MinGW's gcc in the path.  Otherwise there is no gcc to find.</div>
<div> </div>
<div>Here is the test output:</div>
<div> </div>
<div>1>FAIL: Clang::Driver/hello.c (674 of 1717)<br>1>******************** TEST 'Clang::Driver/hello.c' FAILED ********************<br>1>Script:<br>1>--<br>1>C:/Tools/llvm/bin/Debug\clang.EXE -ccc-echo -o C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp C:\Tools\llvm\tools\clang\test\Driver\hello.c 2> C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp.log <br>
1>grep 'clang-cc" .*hello.c' C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp.log <br>1>C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp > C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp.out <br>
1>grep "I'm a little driver, short and stout." C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp.out<br>1>--<br>1>Exit Code: 1<br>1>Command Output (stdout):<br>1>--<br>1>Command 0: "C:/Tools/llvm/bin/Debug\clang.EXE" "-ccc-echo" "-o" "C:\Tools\llvm\tools\clang\test\Driver\Output\hello.c.tmp" "C:\Tools\llvm\tools\clang\test\Driver\hello.c"<br>
1>Command 0 Result: 1<br>1>Command 0 Output:<br>1>Command 0 Stderr:<br>1>None<br>1>--<br>1>Command Output (stderr):<br>1>--<br>1>--<br></div>
<div>And the hello.c.tmp.log file:</div>
<div> </div>
<div> "C:/Tools/llvm/bin/Debug/clang-cc.exe" -triple i686-pc-win32 -S -disable-free -main-file-name hello.c --relocation-model static --disable-fp-elim --unwind-tables=0 --fmath-errno=1 -fexceptions=0 -fdiagnostics-show-option -o C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s -x c C:\Tools\llvm\tools\clang\test\Driver\hello.c<br>
 "c:/mingw/bin/gcc.exe" -c -o C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000001.o -x assembler C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s<br>C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s: Assembler messages:<br>C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s:4: Error: no such instruction: `align 16'<br>
C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s:20: Error: no such instruction: `align 16'<br>C:/DOCUME~1/fcadmin/LOCALS~1/Temp/cc-000000.s:22: Error: no such instruction: `db "I'm a little driver, short and stout.\000"'<br>
clang: error: assembler command failed with exit code 1 (use -v to see invocation)<br><br clear="all">-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>