diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ea835b3f48d..d1df7dd20cc 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -590,6 +590,7 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).GCC 4.3.3 (Debian 4.3.3-10) on ARM: Miscompiles parts of LLVM 2.6 when optimizations are turned on. The symptom is an infinite loop in FoldingSetImpl::RemoveNode while running the code generator.

+

SUSE 11 GCC 4.3.4: Miscompiles LLVM, causing crashes in ValueHandle logic.

GCC 4.3.5 and GCC 4.4.5 on ARM: These can miscompile value >> 1 even at -O0. A test failure in test/Assembler/alignstack.ll is one symptom of the problem.