[llvm-commits] [llvm] r57379 - /llvm/trunk/docs/GettingStarted.html

Daniel Dunbar daniel at zuster.org
Sat Oct 11 11:40:33 PDT 2008


Author: ddunbar
Date: Sat Oct 11 13:40:33 2008
New Revision: 57379

URL: http://llvm.org/viewvc/llvm-project?rev=57379&view=rev
Log:
Add GCC 4.1.2 from Debian to known bad GCC list.

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=57379&r1=57378&r2=57379&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Sat Oct 11 13:40:33 2008
@@ -556,6 +556,10 @@
    portions of its testsuite.</p>
 <p><b>GCC 4.1.2 on OpenSUSE</b>: Seg faults during libstdc++ build and on x86_64
 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>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