diff options
| author | Duncan Sands <baldrick@free.fr> | 2012-06-06 07:39:39 +0000 | 
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2012-06-06 07:39:39 +0000 | 
| commit | 1f5d109918ce489a8e96fde2e67377841f333e1a (patch) | |
| tree | 6e1fe6030a8721de278c14266ba88bcfb684a9b8 | |
| parent | ca2b5d7abbd40271c09a648395c64867a2383e54 (diff) | |
| download | bcm5719-llvm-1f5d109918ce489a8e96fde2e67377841f333e1a.tar.gz bcm5719-llvm-1f5d109918ce489a8e96fde2e67377841f333e1a.zip  | |
Add a new broken compiler.
llvm-svn: 158053
| -rw-r--r-- | llvm/docs/GettingStarted.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ea835b3f48d..d1df7dd20cc 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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.  | 

