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 | 58dc0b55340dbaf0b50a8051df8c44f3e312ccf1 (patch) | |
tree | 01f2a96ff3402b220dc3c3e2a569958248280ff1 /docs/GettingStarted.html | |
parent | b8ee8012eea1b5400f8256b563c20d82284d09e4 (diff) |
add gcc 4.1.2 from redhat to the list of broken compilers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9d060771c8..79fb371e26 100644 --- a/docs/GettingStarted.html +++ b/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 |