diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-17 06:32:10 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-17 06:32:10 +0000 |
| commit | d562ab1cfdfc10dc58f2dc73307d9dc40e22b798 (patch) | |
| tree | 9e62e499aac59a835773aea6ca0089b915b8ef01 | |
| parent | 6c1b35a0ef6131cce7becbdc13972b813462c3d9 (diff) | |
| download | bcm5719-llvm-d562ab1cfdfc10dc58f2dc73307d9dc40e22b798.tar.gz bcm5719-llvm-d562ab1cfdfc10dc58f2dc73307d9dc40e22b798.zip | |
Add broken gcc from PR4532.
llvm-svn: 76157
| -rw-r--r-- | llvm/docs/GettingStarted.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 1cca5ac8e09..df2cf63d3cc 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -548,7 +548,9 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</ <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 |

