Add a new broken compiler.
authorDuncan Sands <baldrick@free.fr>
Wed, 6 Jun 2012 07:39:39 +0000 (07:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 6 Jun 2012 07:39:39 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158053 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index ea835b3f48d2860220755bd7b3bd069c5f1070c8..d1df7dd20cc0983bacd709263a68ab64db539719 100644 (file)
@@ -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.