[llvm-commits] [llvm] r158053 - /llvm/trunk/docs/GettingStarted.html

Duncan Sands baldrick at free.fr
Wed Jun 6 00:39:39 PDT 2012


Author: baldrick
Date: Wed Jun  6 02:39:39 2012
New Revision: 158053

URL: http://llvm.org/viewvc/llvm-project?rev=158053&view=rev
Log:
Add a new broken compiler.

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=158053&r1=158052&r2=158053&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Jun  6 02:39:39 2012
@@ -590,6 +590,7 @@
 <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.





More information about the llvm-commits mailing list