diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-10 16:01:22 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-10 16:01:22 +0000 |
commit | 65e877eabb26c6eaa22a888026cdab5835f98ab6 (patch) | |
tree | 4b4a85f2b9778020ab27afd35d04840845f82947 | |
parent | df70577b9c2832610f2f36f7a03454d68de547a3 (diff) | |
download | bcm5719-llvm-65e877eabb26c6eaa22a888026cdab5835f98ab6.tar.gz bcm5719-llvm-65e877eabb26c6eaa22a888026cdab5835f98ab6.zip |
add gcc 4.1.2 from redhat to the list of broken compilers
llvm-svn: 60840
-rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 9d060771c86..79fb371e264 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -558,6 +558,8 @@ platforms compiling md5.c gets a mangled constant.</p> <p><b>GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian</b>: Appears to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.</p> +<p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptons +as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</p> <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 |