clang: 1 test failure

clang version 1.1 (trunk 85587)
Target: x86_64-unknown-linux-gnu
Thread model: posix

I run the automated tests and got this:
--- Running clang tests for x86_64-unknown-linux-gnu ---
FAIL: Clang::Sema/static-init.c (1179 of 1714)
Testing Time: 11.93s

Hi Giangiacomo,

If you run with 'make test VERBOSE=1' you should get more information
on the failure. Yes, the tests are just the accumulation of the 'RUN:'
lines in the test file (with a few substitutions).

- Daniel

It's because you don't have gnu/stubs-32.h
On ubuntu:
sudo apt-get install g++-multilib

As I reported on the immediately following(to my failure report) post
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-October/006923.html,
it wasn't actually a failure. This e-mail address still wasn't
subscribed to the list, so I ended up causing more noise than needed
not having directly answered to my previous post, sorry for that.

Giangiacomo