From 58dc0b55340dbaf0b50a8051df8c44f3e312ccf1 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 10 Dec 2008 16:01:22 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9d060771c86..79fb371e264 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -558,6 +558,8 @@ platforms compiling md5.c gets a mangled constant.

GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian: Appears to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.

+

GCC 4.1.2 20071124 (Red Hat 4.1.2-42): Suffers from the same symptons +as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).

GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very long warning messages complaining that some ".gnu.linkonce.t.*" symbol was -- 2.34.1