aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-07 17:34:27 +0000
committerChris Lattner <sabre@nondot.org>2006-09-07 17:34:27 +0000
commitc40eb5e0d23113fec92a39682e7ae3ca720f7e87 (patch)
treecf72629271360cddd82c941db835596cfab25e86
parent05a059d5d8d039dbbec3607b313c38fba14f972e (diff)
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
-rw-r--r--docs/GettingStarted.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index dad79fdc40..e9a03a22fd 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -530,6 +530,9 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
<p><b>Apple Xcode 2.3</b>: 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".</p>
+<p><b>GCC 4.1.1</b>: 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.</p>
</div>