From 3213a3a9356e11b6f49c1002d4fad63a28a43352 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 10 May 2007 05:37:14 +0000
Subject: [PATCH] another version of gcc that miscompiles llvm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36971 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 0e871336deb..3860e40c64e 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -525,6 +525,9 @@ the "convert_from_eh_region_ranges_1" GCC function.
possibly others) does not compile LLVM correctly (it appears that exception
handling is broken in some cases). Please download the FSF 3.3.3 or upgrade
to a newer version of GCC.
+GCC 3.4.0 on linux/x86 (32-bit): GCC miscompiles portions of the
+ code generator, causing an infinite loop in the llvm-gcc build. Please
+ upgrade to GCC 3.4.2.
GCC 3.4.x on X86-64/amd64: GCC
miscompiles portions of LLVM.
IA-64 GCC 4.0.0: The IA-64 version of GCC 4.0.0 is known to
--
2.34.1