summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-06-06 07:39:39 +0000
committerDuncan Sands <baldrick@free.fr>2012-06-06 07:39:39 +0000
commit12e959c8da8f37a2dbb9e21ea9fe52e97395eb6f (patch)
treef08c1663714f3b534f9467e0268199a7dd7a58d1 /docs/GettingStarted.html
parent3949b8382d7ebc53dcda89eea7fbc81fb8fd91d9 (diff)
downloadllvm-12e959c8da8f37a2dbb9e21ea9fe52e97395eb6f.tar.gz
llvm-12e959c8da8f37a2dbb9e21ea9fe52e97395eb6f.tar.bz2
llvm-12e959c8da8f37a2dbb9e21ea9fe52e97395eb6f.tar.xz
Add a new broken compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index ea835b3f48..d1df7dd20c 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).</
<p><b>GCC 4.3.3 (Debian 4.3.3-10) on ARM</b>: 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.</p>
+<p><b>SUSE 11 GCC 4.3.4</b>: Miscompiles LLVM, causing crashes in ValueHandle logic.</p>
<p><b>GCC 4.3.5 and GCC 4.4.5 on ARM</b>: These can miscompile <tt>value >>
1</tt> even at -O0. A test failure in <tt>test/Assembler/alignstack.ll</tt> is
one symptom of the problem.