[llvm-commits] CVS: llvm/docs/GettingStarted.html

Chris Lattner sabre at nondot.org
Sun Apr 1 13:15:03 PDT 2007



Changes in directory llvm/docs:

GettingStarted.html updated: 1.156 -> 1.157
---
Log message:

gcc 3.4.4 is known-bad on x86-64


---
Diffs of the changes:  (+3 -1)

 GettingStarted.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.156 llvm/docs/GettingStarted.html:1.157
--- llvm/docs/GettingStarted.html:1.156	Tue Mar  6 00:27:34 2007
+++ llvm/docs/GettingStarted.html	Sun Apr  1 15:14:46 2007
@@ -525,6 +525,8 @@
    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.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
    miscompile LLVM.</p>
 <p><b>Apple Xcode 2.3</b>: GCC crashes when compiling LLVM at -O3 (which is the
@@ -1611,7 +1613,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/03/06 06:27:34 $
+  Last modified: $Date: 2007/04/01 20:14:46 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list