From 478e71df542847eb213b5146555d5b093d52888e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 10 Sep 2009 16:25:02 +0000 Subject: add another broken version of gcc, thanks to Niels Moller for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81449 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e740a89..f1d24d7 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -558,9 +558,10 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).Cygwin GCC 4.3.2 20080827 (beta) 2: Users reported various problems related with link errors when using this GCC version.

+

Debian GCC 4.3.2 on X86: Crashes building some files in LLVM 2.6.

GCC 4.3.3 (Debian 4.3.3-10) on ARM: 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. +FoldingSetImpl::RemoveNode while running the code generator.

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 defined in a discarded section. You can safely ignore these messages as they are -- cgit v1.1