summaryrefslogtreecommitdiff
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-22 04:06:12 +0000
committerChris Lattner <sabre@nondot.org>2003-12-22 04:06:12 +0000
commit306acee8aba87f4cee78a03ee7a5b40be75a88c2 (patch)
tree10f9fd5a45778cb4341076b04c81389265fe019e /docs/FAQ.html
parent3324e718bc9ac2ede08a14c325848b576849542b (diff)
downloadllvm-306acee8aba87f4cee78a03ee7a5b40be75a88c2.tar.gz
llvm-306acee8aba87f4cee78a03ee7a5b40be75a88c2.tar.bz2
llvm-306acee8aba87f4cee78a03ee7a5b40be75a88c2.tar.xz
The GCC problem is not specific to suse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index cc5d91c06a..f4afc266cb 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -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 @@ build.</p>
</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>
<!-- *********************************************************************** -->