From: Chris Lattner Date: Thu, 7 Sep 2006 17:34:27 +0000 (+0000) Subject: Warn people not to use GCC 4.1.1. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c40eb5e0d23113fec92a39682e7ae3ca720f7e87;p=oota-llvm.git Warn people not to use GCC 4.1.1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30147 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index dad79fdc40d..e9a03a22fd7 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -530,6 +530,9 @@ the "convert_from_eh_region_ranges_1" GCC function.

Apple Xcode 2.3: GCC crashes when compiling LLVM at -O3 (which is the default with ENABLE_OPTIMIZED=1. To work around this, build with "ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2".

+

GCC 4.1.1: GCC fails to build LLVM with template concept check errors + compiling some files. At the time of this writing, GCC mainline (4.2) + did not share the problem.