[llvm-commits] [llvm] r76157 - /llvm/trunk/docs/GettingStarted.html
Nick Lewycky
nicholas at mxc.ca
Thu Jul 16 23:32:20 PDT 2009
Author: nicholas
Date: Fri Jul 17 01:32:10 2009
New Revision: 76157
URL: http://llvm.org/viewvc/llvm-project?rev=76157&view=rev
Log:
Add broken gcc from PR4532.
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=76157&r1=76156&r2=76157&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Fri Jul 17 01:32:10 2009
@@ -548,7 +548,9 @@
<p><b>Cygwin GCC 4.3.2 20080827 (beta) 2</b>:
Users <a href="http://llvm.org/PR4145">reported</a> various problems related
with link errors when using this GCC version.</p>
-
+<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><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very
long warning messages complaining that some ".gnu.linkonce.t.*" symbol was
defined in a discarded section. You can safely ignore these messages as they are
More information about the llvm-commits
mailing list