aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-04 07:06:05 +0000
committerChris Lattner <sabre@nondot.org>2007-01-04 07:06:05 +0000
commit78ce3b81c0c3a4d537b5ef62ebcb3c344f41cfe1 (patch)
treedecb9827479472b5f6d29b1e0f4c004a7fe44184
parent8c5a53a603d2846dff7f531542a8f595fca8ce2d (diff)
downloadexternal_llvm-78ce3b81c0c3a4d537b5ef62ebcb3c344f41cfe1.zip
external_llvm-78ce3b81c0c3a4d537b5ef62ebcb3c344f41cfe1.tar.gz
external_llvm-78ce3b81c0c3a4d537b5ef62ebcb3c344f41cfe1.tar.bz2
gcc 4.1.1 on amd64 is broken
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32867 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 518572c..b6a710d 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -174,7 +174,8 @@ and performance.
<ol>
<li><tt>gmake -k |&amp; tee gnumake.out
&nbsp;&nbsp;&nbsp;# this is csh or tcsh syntax</tt></li>
- <li>If you get an "internal compiler error (ICE)" see <a href="#brokengcc">below</a>.</li>
+ <li>If you get an "internal compiler error (ICE)" or test failures, see
+ <a href="#brokengcc">below</a>.</li>
</ol>
</ol>
@@ -533,6 +534,10 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</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>
+<p><b>GCC 4.1.1 on X86-64/amd64</b>: GCC <a href="http://llvm.org/PR1063">
+ miscompiles portions of LLVM</a> when compiling llvm itself into 64-bit
+ code. LLVM will appear to mostly work but will be buggy, e.g. failing
+ portions of its testsuite.</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