[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
sabre at nondot.org
Wed May 9 22:37:32 PDT 2007
Changes in directory llvm/docs:
GettingStarted.html updated: 1.158 -> 1.159
---
Log message:
another version of gcc that miscompiles llvm.
---
Diffs of the changes: (+4 -1)
GettingStarted.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.158 llvm/docs/GettingStarted.html:1.159
--- llvm/docs/GettingStarted.html:1.158 Wed Apr 11 16:28:31 2007
+++ llvm/docs/GettingStarted.html Thu May 10 00:37:14 2007
@@ -525,6 +525,9 @@
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.</p>
+<p><b>GCC 3.4.0</b> on linux/x86 (32-bit)</b>: GCC miscompiles portions of the
+ code generator, causing an infinite loop in the llvm-gcc build. Please
+ upgrade to GCC 3.4.2.</p>
<p><b>GCC 3.4.x</b> on X86-64/amd64</b>: GCC <a href="http://llvm.org/PR1056">
miscompiles portions of LLVM</a>.</p>
<p><b>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to
@@ -1615,7 +1618,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/04/11 21:28:31 $
+ Last modified: $Date: 2007/05/10 05:37:14 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list