[llvm-commits] CVS: llvm/docs/FAQ.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 21 22:07:22 PST 2003
Changes in directory llvm/docs:
FAQ.html updated: 1.16 -> 1.17
---
Log message:
The GCC problem is not specific to suse
---
Diffs of the changes: (+5 -5)
Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.16 llvm/docs/FAQ.html:1.17
--- llvm/docs/FAQ.html:1.16 Tue Dec 16 16:33:55 2003
+++ llvm/docs/FAQ.html Sun Dec 21 22:06:12 2003
@@ -48,7 +48,7 @@
errors.</li>
<li>I've built LLVM and am testing it, but the tests freeze.</li>
<li>Why do test results differ when I perform different types of builds?</li>
- <li>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</li>
+ <li>Compiling LLVM with GCC 3.3.2 fails, what should I do?</li>
</ol></li>
<li><a href="#cfe">Using the GCC Front End</a>
@@ -330,12 +330,12 @@
</div>
<div class="question">
-<p>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</p>
+<p>Compiling LLVM with GCC 3.3.2 fails, what should I do?</p>
</div>
<div class="answer">
-<p>This is a bug in the customized version of GCC shipped with SuSE, and affects
- projects other than LLVM. Complain loudly to SuSE. :)</p>
+<p>This is <a href="http://gcc.gnu.org/PR?13392">a bug in GCC</a>, and
+ affects projects other than LLVM. Try upgrading or downgrading your GCC.</p>
</div>
<!-- *********************************************************************** -->
@@ -456,7 +456,7 @@
<div class="doc_footer">
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/12/16 22:33:55 $
+ Last modified: $Date: 2003/12/22 04:06:12 $
</div>
</body>
More information about the llvm-commits
mailing list