I've run the tests from clang-tests/trunk/gcc-4_2-testsuite on a Ubuntu x86-64 Linux box with the following results:<br><br>        === gcc Summary ===<br><br># of expected passes        29946<br># of unexpected failures    9938<br>
# of unexpected successes    29<br># of expected failures        28<br># of unresolved testcases    1451<br># of untested testcases        273<br># of unsupported tests        811<br>pid is 4456 -4456<br>output is clang version 2.9 (trunk 113841)
<br>Target: x86_64-unknown-linux-gnu
<br>Thread model: posix
<br> status 0<br>/home/john/llvm/Release+Asserts/bin/clang  version 2.9 (trunk 113841)<br><br>This seems to be an improvement over the results I had previously when using the i386 configuration.  However, it sounded like you had more success on a Darwin box, with only 1 unexpected failure (mine, which should be fixed now).  Should I expect that with this configuration?<br>
<br>I found that I had to exit most other running applications to be able to run the tests without running out of memory.<br><br>I've enclosed my hacked makefile, hacked to change the configuration and add the -v (verbose) flag.<br>
<br>I have a 6 mb log file from this run if needed.<br><br>~/gcc-4_2-testsuite$ find . -print | wc<br>  36392   36392 1687901<br><br>Some output from the first few failed tests:<br><br>Testing gcc.apple/5490617.c<br>doing compile<br>
pid is 17502 -17502<br>output is  status 0<br>FAIL: gcc.apple/5490617.c scan-assembler .lcomm __my_endbss<br><br>Testing gcc.apple/4104248.c<br>doing compile<br>pid is 17445 -17445<br>close result is 17445 exp8 0 1<br>output is ilp3217400.c:2: error: array size is negative
<br> status 1<br><br>Testing gcc.apple/4641942.c<br>doing compile<br>pid is 17481 -17481<br>output is  status 0<br>FAIL: gcc.apple/4641942.c  (test for warnings, line 20)<br><br>Testing gcc.apple/5597292.c<br>doing compile<br>
pid is 17507 -17507<br>close result is 17507 exp8 0 1<br>output is /home/john/gcc-4_2-testsuite/src/gcc.apple/5597292.c:7: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
<br> status 1<br>compiler exited with status 1<br>FAIL: gcc.apple/5597292.c (test for excess errors)<br><br>Testing gcc.apple/6286881.c<br>doing compile<br>pid is 17572 -17572<br>close result is 17572 exp8 0 1<br>output is /home/john/gcc-4_2-testsuite/src/gcc.apple/6286881.c:8: warning: ^ has lower precedence than !=; != will be evaluated first [-Wparentheses]
<br>/home/john/gcc-4_2-testsuite/src/gcc.apple/6286881.c:8: note: place parentheses around the ^ expression to evaluate it first
<br>/home/john/gcc-4_2-testsuite/src/gcc.apple/6286881.c:8: note: place parentheses around the != expression to silence this warning
<br>/home/john/gcc-4_2-testsuite/src/gcc.apple/6286881.c:8: error: address expression must be an lvalue or a function designator
<br> status 1<br>compiler exited with status 1<br>FAIL: gcc.apple/6286881.c  (test for errors, line 8)<br><br>etc.<br><br>-John<br><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br>
<br>